#C87F8E

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

Shades of Charm #C87F8E

Tints of Charm #C87F8E

Color information

#C87F8E (or 0xC87F8E) is unknown color: approx Charm. HEX triplet: C8, 7F and 8E. RGB value is (200,127,142). Sum of RGB (Red+Green+Blue) = 200+127+142=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F8E is #378071. Grayscale: #969696. Windows color (decimal): -3637362 or 9338824. OLE color: 9338824.

HSL color Cylindrical-coordinate representation of color #C87F8E: hue angle of 347.67º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87F8E is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200127142-
CMYK00.360.290.22
HSL347.67º39.89%64.12%-
HSV(B)347.67º36.5%78.43%-
XYZ36.2929.4129.36-
YUV150.54123.18163.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=42.64%
G=27.08%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012714200.360.290.22347.6739.8964.12
HexC87F8E0241D1615c2840
Octal310177216044352653450100
Binary11001000111111110001110010010011101101101010111001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87F8E; }

 p { color: rgb(200,127,142); }

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

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

 a { background-color: rgb(200,127,142); }

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

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

 span { border-color: rgb(200,127,142); }

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