#CCCE94

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

Shades of Deco #CCCE94

Tints of Deco #CCCE94

Color information

#CCCE94 (or 0xCCCE94) is unknown color: approx Deco. HEX triplet: CC, CE and 94. RGB value is (204,206,148). Sum of RGB (Red+Green+Blue) = 204+206+148=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE94 is #33316B. Grayscale: #C7C7C7. Windows color (decimal): -3354988 or 9752268. OLE color: 9752268.

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

Color convert

RGB204206148-
CMYK0.0100.280.19
HSL62.07º37.18%69.41%-
HSV(B)62.07º28.16%80.78%-
XYZ52.3259.1236.67-
YUV198.7999.34131.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 148 (58.20% from 255) = 26.52%
R=36.56%
G=36.92%
B=26.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042061480.0100.280.1962.0737.1869.41
HexCCCE94101C133e2545
Octal3143162241034237645105
Binary1100110011001110100101001011100100111111101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCE94; }

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

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

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

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

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

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

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

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