Shades of Sundance #CAA552
Tints of Sundance #CAA552
RGB
CMYK
RGB Variations
Color information
#CAA552 (or 0xCAA552) is known color: Sundance. HEX triplet: CA, A5 and 52. RGB value is (202,165,82). Sum of RGB (Red+Green+Blue) = 202+165+82=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA552 is #355AAD. Grayscale: #A6A6A6. Windows color (decimal): -3496622 or 5416394. OLE color: 5416394.
HSL color Cylindrical-coordinate representation of color #CAA552: hue angle of 41.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAA552 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 82 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.21 |
| HSL | 41.5º | 0.53% | 0.56% | - |
| HSV(B) | 41.5º | 0.59% | 0.79% | - |
| XYZ | 39.34 | 40.08 | 13.64 | - |
| YUV | 166.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 82 | 0 | 0.18 | 0.59 | 0.21 | 41.5 | 0.53 | 0.56 |
| Hex | CA | A5 | 52 | 0 | 12 | 3B | 15 | 2A | 35 | 38 |
| Octal | 312 | 245 | 122 | 0 | 22 | 73 | 25 | 52 | 65 | 70 |
| Binary | 11001010 | 10100101 | 1010010 | 0 | 10010 | 111011 | 10101 | 101010 | 110101 | 111000 |
Color Harmonies of #CAA552
Complementary color
Monochromatic Colors of #CAA552
Black with #CAA552
Text Example
Text Example
White with #CAA552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA552; }
p { color: rgb(202,165,82); }
H1.HeaderClassName
{
color: #CAA552;
}
.AnyTagClassName
{
color: #CAA552;
}
</style>
background-color css
<style>
a { background-color: #CAA552; }
a { background-color: rgb(202,165,82); }
div.DivClassName
{
background-color: #CAA552;
}
.BgClassName
{
background-color: #CAA552;
}
</style>
border-color css
<style>
span { border-color: #CAA552; }
span { border-color: rgb(202,165,82); }
td.TdClassName
{
border-color: #CAA552;
}
.TagClassName
{
border-color: #CAA552;
}
</style>