Shades of Sundance #CAA851
Tints of Sundance #CAA851
RGB
CMYK
RGB Variations
Color information
#CAA851 (or 0xCAA851) is known color: Sundance. HEX triplet: CA, A8 and 51. RGB value is (202,168,81). Sum of RGB (Red+Green+Blue) = 202+168+81=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA851 is #3557AE. Grayscale: #A8A8A8. Windows color (decimal): -3495855 or 5351626. OLE color: 5351626.
HSL color Cylindrical-coordinate representation of color #CAA851: hue angle of 43.14º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAA851 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 81 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.21 |
| HSL | 43.14º | 0.53% | 0.55% | - |
| HSV(B) | 43.14º | 0.6% | 0.79% | - |
| XYZ | 39.84 | 41.16 | 13.63 | - |
| YUV | 168.25 | 78.76 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 81 | 0 | 0.17 | 0.60 | 0.21 | 43.14 | 0.53 | 0.55 |
| Hex | CA | A8 | 51 | 0 | 11 | 3C | 15 | 2B | 35 | 37 |
| Octal | 312 | 250 | 121 | 0 | 21 | 74 | 25 | 53 | 65 | 67 |
| Binary | 11001010 | 10101000 | 1010001 | 0 | 10001 | 111100 | 10101 | 101011 | 110101 | 110111 |
Color Harmonies of #CAA851
Complementary color
Monochromatic Colors of #CAA851
Black with #CAA851
Text Example
Text Example
White with #CAA851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA851; }
p { color: rgb(202,168,81); }
H1.HeaderClassName
{
color: #CAA851;
}
.AnyTagClassName
{
color: #CAA851;
}
</style>
background-color css
<style>
a { background-color: #CAA851; }
a { background-color: rgb(202,168,81); }
div.DivClassName
{
background-color: #CAA851;
}
.BgClassName
{
background-color: #CAA851;
}
</style>
border-color css
<style>
span { border-color: #CAA851; }
span { border-color: rgb(202,168,81); }
td.TdClassName
{
border-color: #CAA851;
}
.TagClassName
{
border-color: #CAA851;
}
</style>