Shades of Sundance #CAA346
Tints of Sundance #CAA346
RGB
CMYK
RGB Variations
Color information
#CAA346 (or 0xCAA346) is known color: Sundance. HEX triplet: CA, A3 and 46. RGB value is (202,163,70). Sum of RGB (Red+Green+Blue) = 202+163+70=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA346 is #355CB9. Grayscale: #A4A4A4. Windows color (decimal): -3497146 or 4629450. OLE color: 4629450.
HSL color Cylindrical-coordinate representation of color #CAA346: hue angle of 42.27º 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 #CAA346 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 70 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.21 |
| HSL | 42.27º | 0.55% | 0.53% | - |
| HSV(B) | 42.27º | 0.65% | 0.79% | - |
| XYZ | 38.56 | 39.19 | 11.33 | - |
| YUV | 164.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 70 | 0 | 0.19 | 0.65 | 0.21 | 42.27 | 0.55 | 0.53 |
| Hex | CA | A3 | 46 | 0 | 13 | 41 | 15 | 2A | 37 | 35 |
| Octal | 312 | 243 | 106 | 0 | 23 | 101 | 25 | 52 | 67 | 65 |
| Binary | 11001010 | 10100011 | 1000110 | 0 | 10011 | 1000001 | 10101 | 101010 | 110111 | 110101 |
Color Harmonies of #CAA346
Complementary color
Monochromatic Colors of #CAA346
Black with #CAA346
Text Example
Text Example
White with #CAA346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA346; }
p { color: rgb(202,163,70); }
H1.HeaderClassName
{
color: #CAA346;
}
.AnyTagClassName
{
color: #CAA346;
}
</style>
background-color css
<style>
a { background-color: #CAA346; }
a { background-color: rgb(202,163,70); }
div.DivClassName
{
background-color: #CAA346;
}
.BgClassName
{
background-color: #CAA346;
}
</style>
border-color css
<style>
span { border-color: #CAA346; }
span { border-color: rgb(202,163,70); }
td.TdClassName
{
border-color: #CAA346;
}
.TagClassName
{
border-color: #CAA346;
}
</style>