Shades of Sundance #CAA04A
Tints of Sundance #CAA04A
RGB
CMYK
RGB Variations
Color information
#CAA04A (or 0xCAA04A) is known color: Sundance. HEX triplet: CA, A0 and 4A. RGB value is (202,160,74). Sum of RGB (Red+Green+Blue) = 202+160+74=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA04A is #355FB5. Grayscale: #A3A3A3. Windows color (decimal): -3497910 or 4890826. OLE color: 4890826.
HSL color Cylindrical-coordinate representation of color #CAA04A: hue angle of 40.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAA04A is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 74 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.21 |
| HSL | 40.31º | 0.55% | 0.54% | - |
| HSV(B) | 40.31º | 0.63% | 0.79% | - |
| XYZ | 38.16 | 38.19 | 11.84 | - |
| YUV | 162.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 74 | 0 | 0.21 | 0.63 | 0.21 | 40.31 | 0.55 | 0.54 |
| Hex | CA | A0 | 4A | 0 | 15 | 3F | 15 | 28 | 37 | 36 |
| Octal | 312 | 240 | 112 | 0 | 25 | 77 | 25 | 50 | 67 | 66 |
| Binary | 11001010 | 10100000 | 1001010 | 0 | 10101 | 111111 | 10101 | 101000 | 110111 | 110110 |
Color Harmonies of #CAA04A
Complementary color
Monochromatic Colors of #CAA04A
Black with #CAA04A
Text Example
Text Example
White with #CAA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA04A; }
p { color: rgb(202,160,74); }
H1.HeaderClassName
{
color: #CAA04A;
}
.AnyTagClassName
{
color: #CAA04A;
}
</style>
background-color css
<style>
a { background-color: #CAA04A; }
a { background-color: rgb(202,160,74); }
div.DivClassName
{
background-color: #CAA04A;
}
.BgClassName
{
background-color: #CAA04A;
}
</style>
border-color css
<style>
span { border-color: #CAA04A; }
span { border-color: rgb(202,160,74); }
td.TdClassName
{
border-color: #CAA04A;
}
.TagClassName
{
border-color: #CAA04A;
}
</style>