#CCCE76

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

Shades of Deco #CCCE76

Tints of Deco #CCCE76

Color information

#CCCE76 (or 0xCCCE76) is unknown color: approx Deco. HEX triplet: CC, CE and 76. RGB value is (204,206,118). Sum of RGB (Red+Green+Blue) = 204+206+118=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE76 is #333189. Grayscale: #C3C3C3. Windows color (decimal): -3355018 or 7786188. OLE color: 7786188.

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

Color convert

RGB204206118-
CMYK0.0100.430.19
HSL61.36º47.31%63.53%-
HSV(B)61.36º42.72%80.78%-
XYZ50.2458.2925.74-
YUV195.3784.34134.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 118 (46.48% from 255) = 22.35%
R=38.64%
G=39.02%
B=22.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042061180.0100.430.1961.3647.3163.53
HexCCCE76102B133d2f40
Octal3143161661053237557100
Binary1100110011001110111011010101011100111111011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCE76; }

 p { color: rgb(204,206,118); }

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

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

 a { background-color: rgb(204,206,118); }

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

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

 span { border-color: rgb(204,206,118); }

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