Shades of Sundance #CAA651
Tints of Sundance #CAA651
RGB
CMYK
RGB Variations
Color information
#CAA651 (or 0xCAA651) is known color: Sundance. HEX triplet: CA, A6 and 51. RGB value is (202,166,81). Sum of RGB (Red+Green+Blue) = 202+166+81=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA651 is #3559AE. Grayscale: #A7A7A7. Windows color (decimal): -3496367 or 5351114. OLE color: 5351114.
HSL color Cylindrical-coordinate representation of color #CAA651: hue angle of 42.15º 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 #CAA651 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 81 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.21 |
| HSL | 42.15º | 0.53% | 0.55% | - |
| HSV(B) | 42.15º | 0.6% | 0.79% | - |
| XYZ | 39.48 | 40.42 | 13.51 | - |
| YUV | 167.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 81 | 0 | 0.18 | 0.60 | 0.21 | 42.15 | 0.53 | 0.55 |
| Hex | CA | A6 | 51 | 0 | 12 | 3C | 15 | 2A | 35 | 37 |
| Octal | 312 | 246 | 121 | 0 | 22 | 74 | 25 | 52 | 65 | 67 |
| Binary | 11001010 | 10100110 | 1010001 | 0 | 10010 | 111100 | 10101 | 101010 | 110101 | 110111 |
Color Harmonies of #CAA651
Complementary color
Monochromatic Colors of #CAA651
Black with #CAA651
Text Example
Text Example
White with #CAA651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA651; }
p { color: rgb(202,166,81); }
H1.HeaderClassName
{
color: #CAA651;
}
.AnyTagClassName
{
color: #CAA651;
}
</style>
background-color css
<style>
a { background-color: #CAA651; }
a { background-color: rgb(202,166,81); }
div.DivClassName
{
background-color: #CAA651;
}
.BgClassName
{
background-color: #CAA651;
}
</style>
border-color css
<style>
span { border-color: #CAA651; }
span { border-color: rgb(202,166,81); }
td.TdClassName
{
border-color: #CAA651;
}
.TagClassName
{
border-color: #CAA651;
}
</style>