Shades of Sundance #CA9E47
Tints of Sundance #CA9E47
RGB
CMYK
RGB Variations
Color information
#CA9E47 (or 0xCA9E47) is known color: Sundance. HEX triplet: CA, 9E and 47. RGB value is (202,158,71). Sum of RGB (Red+Green+Blue) = 202+158+71=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E47 is #3561B8. Grayscale: #A1A1A1. Windows color (decimal): -3498425 or 4693706. OLE color: 4693706.
HSL color Cylindrical-coordinate representation of color #CA9E47: hue angle of 39.85º 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 #CA9E47 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 71 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.21 |
| HSL | 39.85º | 0.55% | 0.54% | - |
| HSV(B) | 39.85º | 0.65% | 0.79% | - |
| XYZ | 37.72 | 37.47 | 11.2 | - |
| YUV | 161.24 | 77.08 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 71 | 0 | 0.22 | 0.65 | 0.21 | 39.85 | 0.55 | 0.54 |
| Hex | CA | 9E | 47 | 0 | 16 | 41 | 15 | 28 | 37 | 36 |
| Octal | 312 | 236 | 107 | 0 | 26 | 101 | 25 | 50 | 67 | 66 |
| Binary | 11001010 | 10011110 | 1000111 | 0 | 10110 | 1000001 | 10101 | 101000 | 110111 | 110110 |
Color Harmonies of #CA9E47
Complementary color
Monochromatic Colors of #CA9E47
Black with #CA9E47
Text Example
Text Example
White with #CA9E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E47; }
p { color: rgb(202,158,71); }
H1.HeaderClassName
{
color: #CA9E47;
}
.AnyTagClassName
{
color: #CA9E47;
}
</style>
background-color css
<style>
a { background-color: #CA9E47; }
a { background-color: rgb(202,158,71); }
div.DivClassName
{
background-color: #CA9E47;
}
.BgClassName
{
background-color: #CA9E47;
}
</style>
border-color css
<style>
span { border-color: #CA9E47; }
span { border-color: rgb(202,158,71); }
td.TdClassName
{
border-color: #CA9E47;
}
.TagClassName
{
border-color: #CA9E47;
}
</style>