#C86395

Color #C86395 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C86395

Tints of Hopbush #C86395

Color information

#C86395 (or 0xC86395) is unknown color: approx Hopbush. HEX triplet: C8, 63 and 95. RGB value is (200,99,149). Sum of RGB (Red+Green+Blue) = 200+99+149=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C86395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86395 is #379C6A. Grayscale: #868686. Windows color (decimal): -3644523 or 9790408. OLE color: 9790408.

HSL color Cylindrical-coordinate representation of color #C86395: hue angle of 330.3º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86395 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB20099149-
CMYK00.500.260.22
HSL330.3º47.87%58.63%-
HSV(B)330.3º50.5%78.43%-
XYZ33.7123.3731.17-
YUV134.9135.96174.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 44.64%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=44.64%
G=22.10%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009914900.500.260.22330.347.8758.63
HexC863950321A1614a303b
Octal31014322506232265126073
Binary1100100011000111001010101100101101010110101001010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86395; }

 p { color: rgb(200,99,149); }

 H1.HeaderClassName
 {
   color: #C86395;
 }
 .AnyTagClassName
 {
   color: #C86395;
 }
</style>
background-color css

<style>
 a { background-color: #C86395; }

 a { background-color: rgb(200,99,149); }

 div.DivClassName
 {
   background-color: #C86395;
 }
 .BgClassName
 {
   background-color: #C86395;
 }
</style>
border-color css

<style>
 span { border-color: #C86395; }

 span { border-color: rgb(200,99,149); }

 td.TdClassName
 {
   border-color: #C86395;
 }
 .TagClassName
 {
   border-color: #C86395;
 }
</style>