Shades of Sundance #CAB850
Tints of Sundance #CAB850
RGB
CMYK
RGB Variations
Color information
#CAB850 (or 0xCAB850) is known color: Sundance. HEX triplet: CA, B8 and 50. RGB value is (202,184,80). Sum of RGB (Red+Green+Blue) = 202+184+80=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB850 is #3547AF. Grayscale: #B1B1B1. Windows color (decimal): -3491760 or 5290186. OLE color: 5290186.
HSL color Cylindrical-coordinate representation of color #CAB850: hue angle of 51.15º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAB850 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 80 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.21 |
| HSL | 51.15º | 0.54% | 0.55% | - |
| HSV(B) | 51.15º | 0.6% | 0.79% | - |
| XYZ | 42.95 | 47.42 | 14.48 | - |
| YUV | 177.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 80 | 0 | 0.09 | 0.60 | 0.21 | 51.15 | 0.54 | 0.55 |
| Hex | CA | B8 | 50 | 0 | 9 | 3C | 15 | 33 | 36 | 37 |
| Octal | 312 | 270 | 120 | 0 | 11 | 74 | 25 | 63 | 66 | 67 |
| Binary | 11001010 | 10111000 | 1010000 | 0 | 1001 | 111100 | 10101 | 110011 | 110110 | 110111 |
Color Harmonies of #CAB850
Complementary color
Monochromatic Colors of #CAB850
Black with #CAB850
Text Example
Text Example
White with #CAB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB850; }
p { color: rgb(202,184,80); }
H1.HeaderClassName
{
color: #CAB850;
}
.AnyTagClassName
{
color: #CAB850;
}
</style>
background-color css
<style>
a { background-color: #CAB850; }
a { background-color: rgb(202,184,80); }
div.DivClassName
{
background-color: #CAB850;
}
.BgClassName
{
background-color: #CAB850;
}
</style>
border-color css
<style>
span { border-color: #CAB850; }
span { border-color: rgb(202,184,80); }
td.TdClassName
{
border-color: #CAB850;
}
.TagClassName
{
border-color: #CAB850;
}
</style>