#CF9F87

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

Shades of Cameo #CF9F87

Tints of Cameo #CF9F87

Color information

#CF9F87 (or 0xCF9F87) is unknown color: approx Cameo. HEX triplet: CF, 9F and 87. RGB value is (207,159,135). Sum of RGB (Red+Green+Blue) = 207+159+135=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9F87 is #306078. Grayscale: #AAAAAA. Windows color (decimal): -3170425 or 8888271. OLE color: 8888271.

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

Color convert

RGB207159135-
CMYK00.230.350.19
HSL20º42.86%67.06%-
HSV(B)20º34.78%81.18%-
XYZ42.539.8128.37-
YUV170.62107.9153.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.32%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 135 (53.12% from 255) = 26.95%
R=41.32%
G=31.74%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715913500.230.350.192042.8667.06
HexCF9F870172313142b43
Octal31723720702743232453103
Binary11001111100111111000011101011110001110011101001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F87; }

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

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

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

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

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

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

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

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