Shades of Sundance #CAA243
Tints of Sundance #CAA243
RGB
CMYK
RGB Variations
Color information
#CAA243 (or 0xCAA243) is known color: Sundance. HEX triplet: CA, A2 and 43. RGB value is (202,162,67). Sum of RGB (Red+Green+Blue) = 202+162+67=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA243 is #355DBC. Grayscale: #A3A3A3. Windows color (decimal): -3497405 or 4432586. OLE color: 4432586.
HSL color Cylindrical-coordinate representation of color #CAA243: hue angle of 42.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAA243 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 67 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.21 |
| HSL | 42.22º | 0.56% | 0.53% | - |
| HSV(B) | 42.22º | 0.67% | 0.79% | - |
| XYZ | 38.29 | 38.8 | 10.78 | - |
| YUV | 163.13 | 73.75 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 67 | 0 | 0.20 | 0.67 | 0.21 | 42.22 | 0.56 | 0.53 |
| Hex | CA | A2 | 43 | 0 | 14 | 43 | 15 | 2A | 38 | 35 |
| Octal | 312 | 242 | 103 | 0 | 24 | 103 | 25 | 52 | 70 | 65 |
| Binary | 11001010 | 10100010 | 1000011 | 0 | 10100 | 1000011 | 10101 | 101010 | 111000 | 110101 |
Color Harmonies of #CAA243
Complementary color
Monochromatic Colors of #CAA243
Black with #CAA243
Text Example
Text Example
White with #CAA243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA243; }
p { color: rgb(202,162,67); }
H1.HeaderClassName
{
color: #CAA243;
}
.AnyTagClassName
{
color: #CAA243;
}
</style>
background-color css
<style>
a { background-color: #CAA243; }
a { background-color: rgb(202,162,67); }
div.DivClassName
{
background-color: #CAA243;
}
.BgClassName
{
background-color: #CAA243;
}
</style>
border-color css
<style>
span { border-color: #CAA243; }
span { border-color: rgb(202,162,67); }
td.TdClassName
{
border-color: #CAA243;
}
.TagClassName
{
border-color: #CAA243;
}
</style>