Shades of Sundance #CAA752
Tints of Sundance #CAA752
RGB
CMYK
RGB Variations
Color information
#CAA752 (or 0xCAA752) is known color: Sundance. HEX triplet: CA, A7 and 52. RGB value is (202,167,82). Sum of RGB (Red+Green+Blue) = 202+167+82=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA752 is #3558AD. Grayscale: #A8A8A8. Windows color (decimal): -3496110 or 5416906. OLE color: 5416906.
HSL color Cylindrical-coordinate representation of color #CAA752: hue angle of 42.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAA752 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 82 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.21 |
| HSL | 42.5º | 0.53% | 0.56% | - |
| HSV(B) | 42.5º | 0.59% | 0.79% | - |
| XYZ | 39.7 | 40.8 | 13.77 | - |
| YUV | 167.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 82 | 0 | 0.17 | 0.59 | 0.21 | 42.5 | 0.53 | 0.56 |
| Hex | CA | A7 | 52 | 0 | 11 | 3B | 15 | 2A | 35 | 38 |
| Octal | 312 | 247 | 122 | 0 | 21 | 73 | 25 | 52 | 65 | 70 |
| Binary | 11001010 | 10100111 | 1010010 | 0 | 10001 | 111011 | 10101 | 101010 | 110101 | 111000 |
Color Harmonies of #CAA752
Complementary color
Monochromatic Colors of #CAA752
Black with #CAA752
Text Example
Text Example
White with #CAA752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA752; }
p { color: rgb(202,167,82); }
H1.HeaderClassName
{
color: #CAA752;
}
.AnyTagClassName
{
color: #CAA752;
}
</style>
background-color css
<style>
a { background-color: #CAA752; }
a { background-color: rgb(202,167,82); }
div.DivClassName
{
background-color: #CAA752;
}
.BgClassName
{
background-color: #CAA752;
}
</style>
border-color css
<style>
span { border-color: #CAA752; }
span { border-color: rgb(202,167,82); }
td.TdClassName
{
border-color: #CAA752;
}
.TagClassName
{
border-color: #CAA752;
}
</style>