Shades of Sundance #CAA645
Tints of Sundance #CAA645
RGB
CMYK
RGB Variations
Color information
#CAA645 (or 0xCAA645) is known color: Sundance. HEX triplet: CA, A6 and 45. RGB value is (202,166,69). Sum of RGB (Red+Green+Blue) = 202+166+69=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA645 is #3559BA. Grayscale: #A6A6A6. Windows color (decimal): -3496379 or 4564682. OLE color: 4564682.
HSL color Cylindrical-coordinate representation of color #CAA645: hue angle of 43.76º 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 #CAA645 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 69 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.21 |
| HSL | 43.76º | 0.56% | 0.53% | - |
| HSV(B) | 43.76º | 0.66% | 0.79% | - |
| XYZ | 39.07 | 40.26 | 11.34 | - |
| YUV | 165.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 69 | 0 | 0.18 | 0.66 | 0.21 | 43.76 | 0.56 | 0.53 |
| Hex | CA | A6 | 45 | 0 | 12 | 42 | 15 | 2C | 38 | 35 |
| Octal | 312 | 246 | 105 | 0 | 22 | 102 | 25 | 54 | 70 | 65 |
| Binary | 11001010 | 10100110 | 1000101 | 0 | 10010 | 1000010 | 10101 | 101100 | 111000 | 110101 |
Color Harmonies of #CAA645
Complementary color
Monochromatic Colors of #CAA645
Black with #CAA645
Text Example
Text Example
White with #CAA645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA645; }
p { color: rgb(202,166,69); }
H1.HeaderClassName
{
color: #CAA645;
}
.AnyTagClassName
{
color: #CAA645;
}
</style>
background-color css
<style>
a { background-color: #CAA645; }
a { background-color: rgb(202,166,69); }
div.DivClassName
{
background-color: #CAA645;
}
.BgClassName
{
background-color: #CAA645;
}
</style>
border-color css
<style>
span { border-color: #CAA645; }
span { border-color: rgb(202,166,69); }
td.TdClassName
{
border-color: #CAA645;
}
.TagClassName
{
border-color: #CAA645;
}
</style>