#C87996

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

Shades of Hopbush #C87996

Tints of Hopbush #C87996

Color information

#C87996 (or 0xC87996) is unknown color: approx Hopbush. HEX triplet: C8, 79 and 96. RGB value is (200,121,150). Sum of RGB (Red+Green+Blue) = 200+121+150=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C87996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87996 is #378669. Grayscale: #939393. Windows color (decimal): -3638890 or 9861576. OLE color: 9861576.

HSL color Cylindrical-coordinate representation of color #C87996: hue angle of 337.97º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87996 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB200121150-
CMYK00.390.250.22
HSL337.97º41.8%62.94%-
HSV(B)337.97º39.5%78.43%-
XYZ36.1628.1632.38-
YUV147.93129.17165.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 150 (58.98% from 255) = 31.85%
R=42.46%
G=25.69%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012115000.390.250.22337.9741.862.94
HexC8799602719161522a3f
Octal31017122604731265225277
Binary1100100011110011001011001001111100110110101010010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87996; }

 p { color: rgb(200,121,150); }

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

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

 a { background-color: rgb(200,121,150); }

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

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

 span { border-color: rgb(200,121,150); }

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