Shades of Sundance #CAA047
Tints of Sundance #CAA047
RGB
CMYK
RGB Variations
Color information
#CAA047 (or 0xCAA047) is known color: Sundance. HEX triplet: CA, A0 and 47. RGB value is (202,160,71). Sum of RGB (Red+Green+Blue) = 202+160+71=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA047 is #355FB8. Grayscale: #A2A2A2. Windows color (decimal): -3497913 or 4694218. OLE color: 4694218.
HSL color Cylindrical-coordinate representation of color #CAA047: hue angle of 40.76º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAA047 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 71 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.21 |
| HSL | 40.76º | 0.55% | 0.54% | - |
| HSV(B) | 40.76º | 0.65% | 0.79% | - |
| XYZ | 38.07 | 38.15 | 11.32 | - |
| YUV | 162.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 71 | 0 | 0.21 | 0.65 | 0.21 | 40.76 | 0.55 | 0.54 |
| Hex | CA | A0 | 47 | 0 | 15 | 41 | 15 | 29 | 37 | 36 |
| Octal | 312 | 240 | 107 | 0 | 25 | 101 | 25 | 51 | 67 | 66 |
| Binary | 11001010 | 10100000 | 1000111 | 0 | 10101 | 1000001 | 10101 | 101001 | 110111 | 110110 |
Color Harmonies of #CAA047
Complementary color
Monochromatic Colors of #CAA047
Black with #CAA047
Text Example
Text Example
White with #CAA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA047; }
p { color: rgb(202,160,71); }
H1.HeaderClassName
{
color: #CAA047;
}
.AnyTagClassName
{
color: #CAA047;
}
</style>
background-color css
<style>
a { background-color: #CAA047; }
a { background-color: rgb(202,160,71); }
div.DivClassName
{
background-color: #CAA047;
}
.BgClassName
{
background-color: #CAA047;
}
</style>
border-color css
<style>
span { border-color: #CAA047; }
span { border-color: rgb(202,160,71); }
td.TdClassName
{
border-color: #CAA047;
}
.TagClassName
{
border-color: #CAA047;
}
</style>