Shades of Sundance #CAA647
Tints of Sundance #CAA647
RGB
CMYK
RGB Variations
Color information
#CAA647 (or 0xCAA647) is known color: Sundance. HEX triplet: CA, A6 and 47. RGB value is (202,166,71). Sum of RGB (Red+Green+Blue) = 202+166+71=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA647 is #3559B8. Grayscale: #A6A6A6. Windows color (decimal): -3496377 or 4695754. OLE color: 4695754.
HSL color Cylindrical-coordinate representation of color #CAA647: hue angle of 43.51º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAA647 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 71 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.21 |
| HSL | 43.51º | 0.55% | 0.54% | - |
| HSV(B) | 43.51º | 0.65% | 0.79% | - |
| XYZ | 39.13 | 40.28 | 11.67 | - |
| YUV | 165.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 71 | 0 | 0.18 | 0.65 | 0.21 | 43.51 | 0.55 | 0.54 |
| Hex | CA | A6 | 47 | 0 | 12 | 41 | 15 | 2C | 37 | 36 |
| Octal | 312 | 246 | 107 | 0 | 22 | 101 | 25 | 54 | 67 | 66 |
| Binary | 11001010 | 10100110 | 1000111 | 0 | 10010 | 1000001 | 10101 | 101100 | 110111 | 110110 |
Color Harmonies of #CAA647
Complementary color
Monochromatic Colors of #CAA647
Black with #CAA647
Text Example
Text Example
White with #CAA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA647; }
p { color: rgb(202,166,71); }
H1.HeaderClassName
{
color: #CAA647;
}
.AnyTagClassName
{
color: #CAA647;
}
</style>
background-color css
<style>
a { background-color: #CAA647; }
a { background-color: rgb(202,166,71); }
div.DivClassName
{
background-color: #CAA647;
}
.BgClassName
{
background-color: #CAA647;
}
</style>
border-color css
<style>
span { border-color: #CAA647; }
span { border-color: rgb(202,166,71); }
td.TdClassName
{
border-color: #CAA647;
}
.TagClassName
{
border-color: #CAA647;
}
</style>