Shades of Sundance #CAA545
Tints of Sundance #CAA545
RGB
CMYK
RGB Variations
Color information
#CAA545 (or 0xCAA545) is known color: Sundance. HEX triplet: CA, A5 and 45. RGB value is (202,165,69). Sum of RGB (Red+Green+Blue) = 202+165+69=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA545 is #355ABA. Grayscale: #A5A5A5. Windows color (decimal): -3496635 or 4564426. OLE color: 4564426.
HSL color Cylindrical-coordinate representation of color #CAA545: hue angle of 43.31º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAA545 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 69 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.21 |
| HSL | 43.31º | 0.56% | 0.53% | - |
| HSV(B) | 43.31º | 0.66% | 0.79% | - |
| XYZ | 38.89 | 39.9 | 11.28 | - |
| YUV | 165.12 | 73.76 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 69 | 0 | 0.18 | 0.66 | 0.21 | 43.31 | 0.56 | 0.53 |
| Hex | CA | A5 | 45 | 0 | 12 | 42 | 15 | 2B | 38 | 35 |
| Octal | 312 | 245 | 105 | 0 | 22 | 102 | 25 | 53 | 70 | 65 |
| Binary | 11001010 | 10100101 | 1000101 | 0 | 10010 | 1000010 | 10101 | 101011 | 111000 | 110101 |
Color Harmonies of #CAA545
Complementary color
Monochromatic Colors of #CAA545
Black with #CAA545
Text Example
Text Example
White with #CAA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA545; }
p { color: rgb(202,165,69); }
H1.HeaderClassName
{
color: #CAA545;
}
.AnyTagClassName
{
color: #CAA545;
}
</style>
background-color css
<style>
a { background-color: #CAA545; }
a { background-color: rgb(202,165,69); }
div.DivClassName
{
background-color: #CAA545;
}
.BgClassName
{
background-color: #CAA545;
}
</style>
border-color css
<style>
span { border-color: #CAA545; }
span { border-color: rgb(202,165,69); }
td.TdClassName
{
border-color: #CAA545;
}
.TagClassName
{
border-color: #CAA545;
}
</style>