Shades of Sundance #CBA050
Tints of Sundance #CBA050
RGB
CMYK
RGB Variations
Color information
#CBA050 (or 0xCBA050) is known color: Sundance. HEX triplet: CB, A0 and 50. RGB value is (203,160,80). Sum of RGB (Red+Green+Blue) = 203+160+80=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA050 is #345FAF. Grayscale: #A4A4A4. Windows color (decimal): -3432368 or 5284043. OLE color: 5284043.
HSL color Cylindrical-coordinate representation of color #CBA050: hue angle of 39.02º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBA050 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 80 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.20 |
| HSL | 39.02º | 0.54% | 0.55% | - |
| HSV(B) | 39.02º | 0.61% | 0.8% | - |
| XYZ | 38.65 | 38.42 | 12.97 | - |
| YUV | 163.74 | 80.75 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 80 | 0 | 0.21 | 0.61 | 0.20 | 39.02 | 0.54 | 0.55 |
| Hex | CB | A0 | 50 | 0 | 15 | 3D | 14 | 27 | 36 | 37 |
| Octal | 313 | 240 | 120 | 0 | 25 | 75 | 24 | 47 | 66 | 67 |
| Binary | 11001011 | 10100000 | 1010000 | 0 | 10101 | 111101 | 10100 | 100111 | 110110 | 110111 |
Color Harmonies of #CBA050
Complementary color
Monochromatic Colors of #CBA050
Black with #CBA050
Text Example
Text Example
White with #CBA050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA050; }
p { color: rgb(203,160,80); }
H1.HeaderClassName
{
color: #CBA050;
}
.AnyTagClassName
{
color: #CBA050;
}
</style>
background-color css
<style>
a { background-color: #CBA050; }
a { background-color: rgb(203,160,80); }
div.DivClassName
{
background-color: #CBA050;
}
.BgClassName
{
background-color: #CBA050;
}
</style>
border-color css
<style>
span { border-color: #CBA050; }
span { border-color: rgb(203,160,80); }
td.TdClassName
{
border-color: #CBA050;
}
.TagClassName
{
border-color: #CBA050;
}
</style>