Shades of Sundance #CAA848
Tints of Sundance #CAA848
RGB
CMYK
RGB Variations
Color information
#CAA848 (or 0xCAA848) is known color: Sundance. HEX triplet: CA, A8 and 48. RGB value is (202,168,72). Sum of RGB (Red+Green+Blue) = 202+168+72=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA848 is #3557B7. Grayscale: #A7A7A7. Windows color (decimal): -3495864 or 4761802. OLE color: 4761802.
HSL color Cylindrical-coordinate representation of color #CAA848: hue angle of 44.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAA848 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 72 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.21 |
| HSL | 44.31º | 0.55% | 0.54% | - |
| HSV(B) | 44.31º | 0.64% | 0.79% | - |
| XYZ | 39.53 | 41.03 | 11.97 | - |
| YUV | 167.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 72 | 0 | 0.17 | 0.64 | 0.21 | 44.31 | 0.55 | 0.54 |
| Hex | CA | A8 | 48 | 0 | 11 | 40 | 15 | 2C | 37 | 36 |
| Octal | 312 | 250 | 110 | 0 | 21 | 100 | 25 | 54 | 67 | 66 |
| Binary | 11001010 | 10101000 | 1001000 | 0 | 10001 | 1000000 | 10101 | 101100 | 110111 | 110110 |
Color Harmonies of #CAA848
Complementary color
Monochromatic Colors of #CAA848
Black with #CAA848
Text Example
Text Example
White with #CAA848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA848; }
p { color: rgb(202,168,72); }
H1.HeaderClassName
{
color: #CAA848;
}
.AnyTagClassName
{
color: #CAA848;
}
</style>
background-color css
<style>
a { background-color: #CAA848; }
a { background-color: rgb(202,168,72); }
div.DivClassName
{
background-color: #CAA848;
}
.BgClassName
{
background-color: #CAA848;
}
</style>
border-color css
<style>
span { border-color: #CAA848; }
span { border-color: rgb(202,168,72); }
td.TdClassName
{
border-color: #CAA848;
}
.TagClassName
{
border-color: #CAA848;
}
</style>