Shades of Sundance #CAA148
Tints of Sundance #CAA148
RGB
CMYK
RGB Variations
Color information
#CAA148 (or 0xCAA148) is known color: Sundance. HEX triplet: CA, A1 and 48. RGB value is (202,161,72). Sum of RGB (Red+Green+Blue) = 202+161+72=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA148 is #355EB7. Grayscale: #A3A3A3. Windows color (decimal): -3497656 or 4760010. OLE color: 4760010.
HSL color Cylindrical-coordinate representation of color #CAA148: hue angle of 41.08º 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 #CAA148 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 72 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.21 |
| HSL | 41.08º | 0.55% | 0.54% | - |
| HSV(B) | 41.08º | 0.64% | 0.79% | - |
| XYZ | 38.27 | 38.51 | 11.55 | - |
| YUV | 163.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 72 | 0 | 0.20 | 0.64 | 0.21 | 41.08 | 0.55 | 0.54 |
| Hex | CA | A1 | 48 | 0 | 14 | 40 | 15 | 29 | 37 | 36 |
| Octal | 312 | 241 | 110 | 0 | 24 | 100 | 25 | 51 | 67 | 66 |
| Binary | 11001010 | 10100001 | 1001000 | 0 | 10100 | 1000000 | 10101 | 101001 | 110111 | 110110 |
Color Harmonies of #CAA148
Complementary color
Monochromatic Colors of #CAA148
Black with #CAA148
Text Example
Text Example
White with #CAA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA148; }
p { color: rgb(202,161,72); }
H1.HeaderClassName
{
color: #CAA148;
}
.AnyTagClassName
{
color: #CAA148;
}
</style>
background-color css
<style>
a { background-color: #CAA148; }
a { background-color: rgb(202,161,72); }
div.DivClassName
{
background-color: #CAA148;
}
.BgClassName
{
background-color: #CAA148;
}
</style>
border-color css
<style>
span { border-color: #CAA148; }
span { border-color: rgb(202,161,72); }
td.TdClassName
{
border-color: #CAA148;
}
.TagClassName
{
border-color: #CAA148;
}
</style>