Shades of Sundance #CAA853
Tints of Sundance #CAA853
RGB
CMYK
RGB Variations
Color information
#CAA853 (or 0xCAA853) is known color: Sundance. HEX triplet: CA, A8 and 53. RGB value is (202,168,83). Sum of RGB (Red+Green+Blue) = 202+168+83=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA853 is #3557AC. Grayscale: #A8A8A8. Windows color (decimal): -3495853 or 5482698. OLE color: 5482698.
HSL color Cylindrical-coordinate representation of color #CAA853: hue angle of 42.86º 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 #CAA853 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 83 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.21 |
| HSL | 42.86º | 0.53% | 0.56% | - |
| HSV(B) | 42.86º | 0.59% | 0.79% | - |
| XYZ | 39.92 | 41.19 | 14.03 | - |
| YUV | 168.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 83 | 0 | 0.17 | 0.59 | 0.21 | 42.86 | 0.53 | 0.56 |
| Hex | CA | A8 | 53 | 0 | 11 | 3B | 15 | 2B | 35 | 38 |
| Octal | 312 | 250 | 123 | 0 | 21 | 73 | 25 | 53 | 65 | 70 |
| Binary | 11001010 | 10101000 | 1010011 | 0 | 10001 | 111011 | 10101 | 101011 | 110101 | 111000 |
Color Harmonies of #CAA853
Complementary color
Monochromatic Colors of #CAA853
Black with #CAA853
Text Example
Text Example
White with #CAA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA853; }
p { color: rgb(202,168,83); }
H1.HeaderClassName
{
color: #CAA853;
}
.AnyTagClassName
{
color: #CAA853;
}
</style>
background-color css
<style>
a { background-color: #CAA853; }
a { background-color: rgb(202,168,83); }
div.DivClassName
{
background-color: #CAA853;
}
.BgClassName
{
background-color: #CAA853;
}
</style>
border-color css
<style>
span { border-color: #CAA853; }
span { border-color: rgb(202,168,83); }
td.TdClassName
{
border-color: #CAA853;
}
.TagClassName
{
border-color: #CAA853;
}
</style>