Shades of Sundance #CAA347
Tints of Sundance #CAA347
RGB
CMYK
RGB Variations
Color information
#CAA347 (or 0xCAA347) is known color: Sundance. HEX triplet: CA, A3 and 47. RGB value is (202,163,71). Sum of RGB (Red+Green+Blue) = 202+163+71=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA347 is #355CB8. Grayscale: #A4A4A4. Windows color (decimal): -3497145 or 4694986. OLE color: 4694986.
HSL color Cylindrical-coordinate representation of color #CAA347: hue angle of 42.14º 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 #CAA347 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 71 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.21 |
| HSL | 42.14º | 0.55% | 0.54% | - |
| HSV(B) | 42.14º | 0.65% | 0.79% | - |
| XYZ | 38.59 | 39.21 | 11.49 | - |
| YUV | 164.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 71 | 0 | 0.19 | 0.65 | 0.21 | 42.14 | 0.55 | 0.54 |
| Hex | CA | A3 | 47 | 0 | 13 | 41 | 15 | 2A | 37 | 36 |
| Octal | 312 | 243 | 107 | 0 | 23 | 101 | 25 | 52 | 67 | 66 |
| Binary | 11001010 | 10100011 | 1000111 | 0 | 10011 | 1000001 | 10101 | 101010 | 110111 | 110110 |
Color Harmonies of #CAA347
Complementary color
Monochromatic Colors of #CAA347
Black with #CAA347
Text Example
Text Example
White with #CAA347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA347; }
p { color: rgb(202,163,71); }
H1.HeaderClassName
{
color: #CAA347;
}
.AnyTagClassName
{
color: #CAA347;
}
</style>
background-color css
<style>
a { background-color: #CAA347; }
a { background-color: rgb(202,163,71); }
div.DivClassName
{
background-color: #CAA347;
}
.BgClassName
{
background-color: #CAA347;
}
</style>
border-color css
<style>
span { border-color: #CAA347; }
span { border-color: rgb(202,163,71); }
td.TdClassName
{
border-color: #CAA347;
}
.TagClassName
{
border-color: #CAA347;
}
</style>