#CCCB80

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

Shades of Deco #CCCB80

Tints of Deco #CCCB80

Color information

#CCCB80 (or 0xCCCB80) is unknown color: approx Deco. HEX triplet: CC, CB and 80. RGB value is (204,203,128). Sum of RGB (Red+Green+Blue) = 204+203+128=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB80 is #33347F. Grayscale: #C3C3C3. Windows color (decimal): -3355776 or 8440780. OLE color: 8440780.

HSL color Cylindrical-coordinate representation of color #CCCB80: hue angle of 59.21º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCCB80 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204203128-
CMYK00.000.370.2
HSL59.21º42.7%65.1%-
HSV(B)59.21º37.25%80%-
XYZ50.1557.1128.8-
YUV194.7590.33134.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 203 (79.69% from 255) = 37.94%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=38.13%
G=37.94%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420312800.000.370.259.2142.765.1
HexCCCB800025143b2b41
Octal3143132000045247353101
Binary11001100110010111000000000100101101001110111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB80; }

 p { color: rgb(204,203,128); }

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

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

 a { background-color: rgb(204,203,128); }

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

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

 span { border-color: rgb(204,203,128); }

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