#CFCC86

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

Shades of Deco #CFCC86

Tints of Deco #CFCC86

Color information

#CFCC86 (or 0xCFCC86) is unknown color: approx Deco. HEX triplet: CF, CC and 86. RGB value is (207,204,134). Sum of RGB (Red+Green+Blue) = 207+204+134=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC86 is #303379. Grayscale: #C5C5C5. Windows color (decimal): -3158906 or 8834255. OLE color: 8834255.

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

Color convert

RGB207204134-
CMYK00.010.350.19
HSL57.53º43.2%66.86%-
HSV(B)57.53º35.27%81.18%-
XYZ51.6358.1731.06-
YUV196.9292.49135.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 134 (52.73% from 255) = 24.59%
R=37.98%
G=37.43%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720413400.010.350.1957.5343.266.86
HexCFCC860123133a2b43
Octal3173142060143237253103
Binary11001111110011001000011001100011100111110101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC86; }

 p { color: rgb(207,204,134); }

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

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

 a { background-color: rgb(207,204,134); }

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

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

 span { border-color: rgb(207,204,134); }

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