Shades of Sundance #CAA849
Tints of Sundance #CAA849
RGB
CMYK
RGB Variations
Color information
#CAA849 (or 0xCAA849) is known color: Sundance. HEX triplet: CA, A8 and 49. RGB value is (202,168,73). Sum of RGB (Red+Green+Blue) = 202+168+73=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA849 is #3557B6. Grayscale: #A7A7A7. Windows color (decimal): -3495863 or 4827338. OLE color: 4827338.
HSL color Cylindrical-coordinate representation of color #CAA849: hue angle of 44.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAA849 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 73 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.21 |
| HSL | 44.19º | 0.55% | 0.54% | - |
| HSV(B) | 44.19º | 0.64% | 0.79% | - |
| XYZ | 39.56 | 41.04 | 12.14 | - |
| YUV | 167.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 73 | 0 | 0.17 | 0.64 | 0.21 | 44.19 | 0.55 | 0.54 |
| Hex | CA | A8 | 49 | 0 | 11 | 40 | 15 | 2C | 37 | 36 |
| Octal | 312 | 250 | 111 | 0 | 21 | 100 | 25 | 54 | 67 | 66 |
| Binary | 11001010 | 10101000 | 1001001 | 0 | 10001 | 1000000 | 10101 | 101100 | 110111 | 110110 |
Color Harmonies of #CAA849
Complementary color
Monochromatic Colors of #CAA849
Black with #CAA849
Text Example
Text Example
White with #CAA849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA849; }
p { color: rgb(202,168,73); }
H1.HeaderClassName
{
color: #CAA849;
}
.AnyTagClassName
{
color: #CAA849;
}
</style>
background-color css
<style>
a { background-color: #CAA849; }
a { background-color: rgb(202,168,73); }
div.DivClassName
{
background-color: #CAA849;
}
.BgClassName
{
background-color: #CAA849;
}
</style>
border-color css
<style>
span { border-color: #CAA849; }
span { border-color: rgb(202,168,73); }
td.TdClassName
{
border-color: #CAA849;
}
.TagClassName
{
border-color: #CAA849;
}
</style>