#CCCA8D

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

Shades of Deco #CCCA8D

Tints of Deco #CCCA8D

Color information

#CCCA8D (or 0xCCCA8D) is unknown color: approx Deco. HEX triplet: CC, CA and 8D. RGB value is (204,202,141). Sum of RGB (Red+Green+Blue) = 204+202+141=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCA8D is #333572. Grayscale: #C3C3C3. Windows color (decimal): -3356019 or 9292492. OLE color: 9292492.

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

Color convert

RGB204202141-
CMYK00.010.310.2
HSL58.1º38.18%67.65%-
HSV(B)58.1º30.88%80%-
XYZ50.835733.52-
YUV195.6497.16133.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=37.29%
G=36.93%
B=25.78%

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
Decimal20420214100.010.310.258.138.1867.65
HexCCCA8D011F143a2644
Octal3143122150137247246104
Binary1100110011001010100011010111111101001110101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA8D; }

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

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

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

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

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

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

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

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