#CCCF79

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

Shades of Deco #CCCF79

Tints of Deco #CCCF79

Color information

#CCCF79 (or 0xCCCF79) is unknown color: approx Deco. HEX triplet: CC, CF and 79. RGB value is (204,207,121). Sum of RGB (Red+Green+Blue) = 204+207+121=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 121 (47.66% from 255 or 22.74% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF79 is #333086. Grayscale: #C4C4C4. Windows color (decimal): -3354759 or 7983052. OLE color: 7983052.

HSL color Cylindrical-coordinate representation of color #CCCF79: hue angle of 62.09º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCCF79 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB204207121-
CMYK0.0100.420.19
HSL62.09º47.25%64.31%-
HSV(B)62.09º41.55%81.18%-
XYZ50.6758.8426.78-
YUV196.385.51133.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 121 (47.66% from 255) = 22.74%
R=38.35%
G=38.91%
B=22.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071210.0100.420.1962.0947.2564.31
HexCCCF79102A133e2f40
Octal3143171711052237657100
Binary1100110011001111111100110101010100111111101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCF79; }

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

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

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

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

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

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

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

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