#C87995

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

Shades of Hopbush #C87995

Tints of Hopbush #C87995

Color information

#C87995 (or 0xC87995) is unknown color: approx Hopbush. HEX triplet: C8, 79 and 95. RGB value is (200,121,149). Sum of RGB (Red+Green+Blue) = 200+121+149=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C87995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87995 is #37866A. Grayscale: #939393. Windows color (decimal): -3638891 or 9796040. OLE color: 9796040.

HSL color Cylindrical-coordinate representation of color #C87995: hue angle of 338.73º 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 #C87995 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200121149-
CMYK00.390.260.22
HSL338.73º41.8%62.94%-
HSV(B)338.73º39.5%78.43%-
XYZ36.0828.1231.96-
YUV147.81128.67165.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=42.55%
G=25.74%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012114900.390.260.22338.7341.862.94
HexC879950271A161532a3f
Octal31017122504732265235277
Binary1100100011110011001010101001111101010110101010011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87995; }

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

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

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

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

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

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

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

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