#CF9F80

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

Shades of Cameo #CF9F80

Tints of Cameo #CF9F80

Color information

#CF9F80 (or 0xCF9F80) is unknown color: approx Cameo. HEX triplet: CF, 9F and 80. RGB value is (207,159,128). Sum of RGB (Red+Green+Blue) = 207+159+128=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9F80 is #30607F. Grayscale: #A9A9A9. Windows color (decimal): -3170432 or 8429519. OLE color: 8429519.

HSL color Cylindrical-coordinate representation of color #CF9F80: hue angle of 23.54º 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 #CF9F80 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB207159128-
CMYK00.230.380.19
HSL23.54º45.14%65.69%-
HSV(B)23.54º38.16%81.18%-
XYZ42.0339.6225.85-
YUV169.82104.4154.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=41.90%
G=32.19%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715912800.230.380.1923.5445.1465.69
HexCF9F800172613182d42
Octal31723720002746233055102
Binary11001111100111111000000001011110011010011110001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F80; }

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

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

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

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

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

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

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

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