#CF9C84

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

Shades of Cameo #CF9C84

Tints of Cameo #CF9C84

Color information

#CF9C84 (or 0xCF9C84) is unknown color: approx Cameo. HEX triplet: CF, 9C and 84. RGB value is (207,156,132). Sum of RGB (Red+Green+Blue) = 207+156+132=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9C84 is #30637B. Grayscale: #A8A8A8. Windows color (decimal): -3171196 or 8690895. OLE color: 8690895.

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

Color convert

RGB207156132-
CMYK00.250.360.19
HSL19.2º43.86%66.47%-
HSV(B)19.2º36.23%81.18%-
XYZ41.7938.7127.1-
YUV168.51107.4155.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=41.82%
G=31.52%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715613200.250.360.1919.243.8666.47
HexCF9C840192413132c42
Octal31723420403144232354102
Binary11001111100111001000010001100110010010011100111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9C84; }

 p { color: rgb(207,156,132); }

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

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

 a { background-color: rgb(207,156,132); }

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

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

 span { border-color: rgb(207,156,132); }

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