Shades of Sundance #CAA245
Tints of Sundance #CAA245
RGB
CMYK
RGB Variations
Color information
#CAA245 (or 0xCAA245) is known color: Sundance. HEX triplet: CA, A2 and 45. RGB value is (202,162,69). Sum of RGB (Red+Green+Blue) = 202+162+69=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA245 is #355DBA. Grayscale: #A3A3A3. Windows color (decimal): -3497403 or 4563658. OLE color: 4563658.
HSL color Cylindrical-coordinate representation of color #CAA245: hue angle of 41.95º 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 #CAA245 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 69 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.21 |
| HSL | 41.95º | 0.56% | 0.53% | - |
| HSV(B) | 41.95º | 0.66% | 0.79% | - |
| XYZ | 38.35 | 38.83 | 11.1 | - |
| YUV | 163.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 69 | 0 | 0.20 | 0.66 | 0.21 | 41.95 | 0.56 | 0.53 |
| Hex | CA | A2 | 45 | 0 | 14 | 42 | 15 | 2A | 38 | 35 |
| Octal | 312 | 242 | 105 | 0 | 24 | 102 | 25 | 52 | 70 | 65 |
| Binary | 11001010 | 10100010 | 1000101 | 0 | 10100 | 1000010 | 10101 | 101010 | 111000 | 110101 |
Color Harmonies of #CAA245
Complementary color
Monochromatic Colors of #CAA245
Black with #CAA245
Text Example
Text Example
White with #CAA245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA245; }
p { color: rgb(202,162,69); }
H1.HeaderClassName
{
color: #CAA245;
}
.AnyTagClassName
{
color: #CAA245;
}
</style>
background-color css
<style>
a { background-color: #CAA245; }
a { background-color: rgb(202,162,69); }
div.DivClassName
{
background-color: #CAA245;
}
.BgClassName
{
background-color: #CAA245;
}
</style>
border-color css
<style>
span { border-color: #CAA245; }
span { border-color: rgb(202,162,69); }
td.TdClassName
{
border-color: #CAA245;
}
.TagClassName
{
border-color: #CAA245;
}
</style>