#CF8187

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

Shades of Charm #CF8187

Tints of Charm #CF8187

Color information

#CF8187 (or 0xCF8187) is unknown color: approx Charm. HEX triplet: CF, 81 and 87. RGB value is (207,129,135). Sum of RGB (Red+Green+Blue) = 207+129+135=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8187 is #307E78. Grayscale: #999999. Windows color (decimal): -3178105 or 8880591. OLE color: 8880591.

HSL color Cylindrical-coordinate representation of color #CF8187: hue angle of 355.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF8187 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB207129135-
CMYK00.380.350.19
HSL355.38º44.83%65.88%-
HSV(B)355.38º37.68%81.18%-
XYZ37.9630.7226.85-
YUV153.01117.84166.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=43.95%
G=27.39%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712913500.380.350.19355.3844.8365.88
HexCF818702623131632d42
Octal317201207046432354355102
Binary1100111110000001100001110100110100011100111011000111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8187; }

 p { color: rgb(207,129,135); }

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

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

 a { background-color: rgb(207,129,135); }

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

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

 span { border-color: rgb(207,129,135); }

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