#CCA049

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

Shades of Sundance #CCA049

Tints of Sundance #CCA049

Color information

#CCA049 (or 0xCCA049) is unknown color: approx Sundance. HEX triplet: CC, A0 and 49. RGB value is (204,160,73). Sum of RGB (Red+Green+Blue) = 204+160+73=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA049 is #335FB6. Grayscale: #A3A3A3. Windows color (decimal): -3366839 or 4825292. OLE color: 4825292.

HSL color Cylindrical-coordinate representation of color #CCA049: hue angle of 39.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCA049 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20416073-
CMYK00.220.640.2
HSL39.85º56.22%54.31%-
HSV(B)39.85º64.22%80%-
XYZ38.6838.4611.69-
YUV163.2477.08157.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.68%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 73 (28.91% from 255) = 16.70%
R=46.68%
G=36.61%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041607300.220.640.239.8556.2254.31
HexCCA0490164014283836
Octal31424011102610024507066
Binary11001100101000001001001010110100000010100101000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA049; }

 p { color: rgb(204,160,73); }

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

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

 a { background-color: rgb(204,160,73); }

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

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

 span { border-color: rgb(204,160,73); }

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