#CFCC84

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

Shades of Deco #CFCC84

Tints of Deco #CFCC84

Color information

#CFCC84 (or 0xCFCC84) is unknown color: approx Deco. HEX triplet: CF, CC and 84. RGB value is (207,204,132). Sum of RGB (Red+Green+Blue) = 207+204+132=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC84 is #30337B. Grayscale: #C4C4C4. Windows color (decimal): -3158908 or 8703183. OLE color: 8703183.

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

Color convert

RGB207204132-
CMYK00.010.360.19
HSL57.6º43.86%66.47%-
HSV(B)57.6º36.23%81.18%-
XYZ51.4958.1230.33-
YUV196.6991.49135.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 204 (80.08% from 255) = 37.57%
BLUE value IS 132 (51.95% from 255) = 24.31%
R=38.12%
G=37.57%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720413200.010.360.1957.643.8666.47
HexCFCC840124133a2c42
Octal3173142040144237254102
Binary11001111110011001000010001100100100111110101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC84; }

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

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

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

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

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

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

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

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