Shades of Sundance #CAA246
Tints of Sundance #CAA246
RGB
CMYK
RGB Variations
Color information
#CAA246 (or 0xCAA246) is known color: Sundance. HEX triplet: CA, A2 and 46. RGB value is (202,162,70). Sum of RGB (Red+Green+Blue) = 202+162+70=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA246 is #355DB9. Grayscale: #A3A3A3. Windows color (decimal): -3497402 or 4629194. OLE color: 4629194.
HSL color Cylindrical-coordinate representation of color #CAA246: hue angle of 41.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAA246 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 70 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.21 |
| HSL | 41.82º | 0.55% | 0.53% | - |
| HSV(B) | 41.82º | 0.65% | 0.79% | - |
| XYZ | 38.38 | 38.84 | 11.27 | - |
| YUV | 163.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 70 | 0 | 0.20 | 0.65 | 0.21 | 41.82 | 0.55 | 0.53 |
| Hex | CA | A2 | 46 | 0 | 14 | 41 | 15 | 2A | 37 | 35 |
| Octal | 312 | 242 | 106 | 0 | 24 | 101 | 25 | 52 | 67 | 65 |
| Binary | 11001010 | 10100010 | 1000110 | 0 | 10100 | 1000001 | 10101 | 101010 | 110111 | 110101 |
Color Harmonies of #CAA246
Complementary color
Monochromatic Colors of #CAA246
Black with #CAA246
Text Example
Text Example
White with #CAA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA246; }
p { color: rgb(202,162,70); }
H1.HeaderClassName
{
color: #CAA246;
}
.AnyTagClassName
{
color: #CAA246;
}
</style>
background-color css
<style>
a { background-color: #CAA246; }
a { background-color: rgb(202,162,70); }
div.DivClassName
{
background-color: #CAA246;
}
.BgClassName
{
background-color: #CAA246;
}
</style>
border-color css
<style>
span { border-color: #CAA246; }
span { border-color: rgb(202,162,70); }
td.TdClassName
{
border-color: #CAA246;
}
.TagClassName
{
border-color: #CAA246;
}
</style>