#C87985

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

Shades of Charm #C87985

Tints of Charm #C87985

Color information

#C87985 (or 0xC87985) is unknown color: approx Charm. HEX triplet: C8, 79 and 85. RGB value is (200,121,133). Sum of RGB (Red+Green+Blue) = 200+121+133=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C87985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87985 is #37867A. Grayscale: #929292. Windows color (decimal): -3638907 or 8747464. OLE color: 8747464.

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

Color convert

RGB200121133-
CMYK00.390.340.22
HSL350.89º41.8%62.94%-
HSV(B)350.89º39.5%78.43%-
XYZ34.8927.6525.69-
YUV145.99120.67166.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 133 (52.34% from 255) = 29.30%
R=44.05%
G=26.65%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012113300.390.340.22350.8941.862.94
HexC87985027221615f2a3f
Octal31017120504742265375277
Binary11001000111100110000101010011110001010110101011111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87985; }

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

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

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

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

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

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

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

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