#CCCA8F

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

Shades of Deco #CCCA8F

Tints of Deco #CCCA8F

Color information

#CCCA8F (or 0xCCCA8F) is unknown color: approx Deco. HEX triplet: CC, CA and 8F. RGB value is (204,202,143). Sum of RGB (Red+Green+Blue) = 204+202+143=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCA8F is #333570. Grayscale: #C4C4C4. Windows color (decimal): -3356017 or 9423564. OLE color: 9423564.

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

Color convert

RGB204202143-
CMYK00.010.300.2
HSL58.03º37.42%68.04%-
HSV(B)58.03º29.9%80%-
XYZ50.9857.0634.31-
YUV195.8798.16133.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 143 (56.25% from 255) = 26.05%
R=37.16%
G=36.79%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420214300.010.300.258.0337.4268.04
HexCCCA8F011E143a2544
Octal3143122170136247245104
Binary1100110011001010100011110111110101001110101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA8F; }

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

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

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

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

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

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

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

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