Shades of Sundance #CAB450
Tints of Sundance #CAB450
RGB
CMYK
RGB Variations
Color information
#CAB450 (or 0xCAB450) is known color: Sundance. HEX triplet: CA, B4 and 50. RGB value is (202,180,80). Sum of RGB (Red+Green+Blue) = 202+180+80=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB450 is #354BAF. Grayscale: #AFAFAF. Windows color (decimal): -3492784 or 5289162. OLE color: 5289162.
HSL color Cylindrical-coordinate representation of color #CAB450: hue angle of 49.18º 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 #CAB450 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 80 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.21 |
| HSL | 49.18º | 0.54% | 0.55% | - |
| HSV(B) | 49.18º | 0.6% | 0.79% | - |
| XYZ | 42.13 | 45.78 | 14.21 | - |
| YUV | 175.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 80 | 0 | 0.11 | 0.60 | 0.21 | 49.18 | 0.54 | 0.55 |
| Hex | CA | B4 | 50 | 0 | B | 3C | 15 | 31 | 36 | 37 |
| Octal | 312 | 264 | 120 | 0 | 13 | 74 | 25 | 61 | 66 | 67 |
| Binary | 11001010 | 10110100 | 1010000 | 0 | 1011 | 111100 | 10101 | 110001 | 110110 | 110111 |
Color Harmonies of #CAB450
Complementary color
Monochromatic Colors of #CAB450
Black with #CAB450
Text Example
Text Example
White with #CAB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB450; }
p { color: rgb(202,180,80); }
H1.HeaderClassName
{
color: #CAB450;
}
.AnyTagClassName
{
color: #CAB450;
}
</style>
background-color css
<style>
a { background-color: #CAB450; }
a { background-color: rgb(202,180,80); }
div.DivClassName
{
background-color: #CAB450;
}
.BgClassName
{
background-color: #CAB450;
}
</style>
border-color css
<style>
span { border-color: #CAB450; }
span { border-color: rgb(202,180,80); }
td.TdClassName
{
border-color: #CAB450;
}
.TagClassName
{
border-color: #CAB450;
}
</style>