Shades of Sundance #CAA546
Tints of Sundance #CAA546
RGB
CMYK
RGB Variations
Color information
#CAA546 (or 0xCAA546) is known color: Sundance. HEX triplet: CA, A5 and 46. RGB value is (202,165,70). Sum of RGB (Red+Green+Blue) = 202+165+70=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA546 is #355AB9. Grayscale: #A5A5A5. Windows color (decimal): -3496634 or 4629962. OLE color: 4629962.
HSL color Cylindrical-coordinate representation of color #CAA546: hue angle of 43.18º 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 #CAA546 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 70 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.21 |
| HSL | 43.18º | 0.55% | 0.53% | - |
| HSV(B) | 43.18º | 0.65% | 0.79% | - |
| XYZ | 38.92 | 39.91 | 11.45 | - |
| YUV | 165.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 70 | 0 | 0.18 | 0.65 | 0.21 | 43.18 | 0.55 | 0.53 |
| Hex | CA | A5 | 46 | 0 | 12 | 41 | 15 | 2B | 37 | 35 |
| Octal | 312 | 245 | 106 | 0 | 22 | 101 | 25 | 53 | 67 | 65 |
| Binary | 11001010 | 10100101 | 1000110 | 0 | 10010 | 1000001 | 10101 | 101011 | 110111 | 110101 |
Color Harmonies of #CAA546
Complementary color
Monochromatic Colors of #CAA546
Black with #CAA546
Text Example
Text Example
White with #CAA546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA546; }
p { color: rgb(202,165,70); }
H1.HeaderClassName
{
color: #CAA546;
}
.AnyTagClassName
{
color: #CAA546;
}
</style>
background-color css
<style>
a { background-color: #CAA546; }
a { background-color: rgb(202,165,70); }
div.DivClassName
{
background-color: #CAA546;
}
.BgClassName
{
background-color: #CAA546;
}
</style>
border-color css
<style>
span { border-color: #CAA546; }
span { border-color: rgb(202,165,70); }
td.TdClassName
{
border-color: #CAA546;
}
.TagClassName
{
border-color: #CAA546;
}
</style>