#CCCA8C

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

Shades of Deco #CCCA8C

Tints of Deco #CCCA8C

Color information

#CCCA8C (or 0xCCCA8C) is unknown color: approx Deco. HEX triplet: CC, CA and 8C. RGB value is (204,202,140). Sum of RGB (Red+Green+Blue) = 204+202+140=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCA8C is #333573. Grayscale: #C3C3C3. Windows color (decimal): -3356020 or 9226956. OLE color: 9226956.

HSL color Cylindrical-coordinate representation of color #CCCA8C: hue angle of 58.12º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCCA8C is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204202140-
CMYK00.010.310.2
HSL58.12º38.55%67.45%-
HSV(B)58.12º31.37%80%-
XYZ50.7656.9733.13-
YUV195.5396.66134.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 140 (55.08% from 255) = 25.64%
R=37.36%
G=37.00%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420214000.010.310.258.1238.5567.45
HexCCCA8C011F143a2743
Octal3143122140137247247103
Binary1100110011001010100011000111111101001110101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA8C; }

 p { color: rgb(204,202,140); }

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

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

 a { background-color: rgb(204,202,140); }

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

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

 span { border-color: rgb(204,202,140); }

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