#CCCE91

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

Shades of Deco #CCCE91

Tints of Deco #CCCE91

Color information

#CCCE91 (or 0xCCCE91) is unknown color: approx Deco. HEX triplet: CC, CE and 91. RGB value is (204,206,145). Sum of RGB (Red+Green+Blue) = 204+206+145=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE91 is #33316E. Grayscale: #C6C6C6. Windows color (decimal): -3354991 or 9555660. OLE color: 9555660.

HSL color Cylindrical-coordinate representation of color #CCCE91: hue angle of 61.97º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCCE91 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB204206145-
CMYK0.0100.300.19
HSL61.97º38.36%68.82%-
HSV(B)61.97º29.61%80.78%-
XYZ52.0859.0235.44-
YUV198.4597.84131.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 145 (57.03% from 255) = 26.13%
R=36.76%
G=37.12%
B=26.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042061450.0100.300.1961.9738.3668.82
HexCCCE91101E133e2645
Octal3143162211036237646105
Binary1100110011001110100100011011110100111111101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCE91; }

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

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

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

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

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

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

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

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