#CFCC7C

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

Shades of Deco #CFCC7C

Tints of Deco #CFCC7C

Color information

#CFCC7C (or 0xCFCC7C) is unknown color: approx Deco. HEX triplet: CF, CC and 7C. RGB value is (207,204,124). Sum of RGB (Red+Green+Blue) = 207+204+124=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC7C is #303383. Grayscale: #C4C4C4. Windows color (decimal): -3158916 or 8178895. OLE color: 8178895.

HSL color Cylindrical-coordinate representation of color #CFCC7C: hue angle of 57.83º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFCC7C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB207204124-
CMYK00.010.400.19
HSL57.83º46.37%64.9%-
HSV(B)57.83º40.1%81.18%-
XYZ50.9657.9127.56-
YUV195.7887.49136-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 124 (48.83% from 255) = 23.18%
R=38.69%
G=38.13%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720412400.010.400.1957.8346.3764.9
HexCFCC7C0128133a2e41
Octal3173141740150237256101
Binary1100111111001100111110001101000100111110101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC7C; }

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

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

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

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

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

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

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

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