Shades of Sundance #CBA850
Tints of Sundance #CBA850
RGB
CMYK
RGB Variations
Color information
#CBA850 (or 0xCBA850) is known color: Sundance. HEX triplet: CB, A8 and 50. RGB value is (203,168,80). Sum of RGB (Red+Green+Blue) = 203+168+80=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA850 is #3457AF. Grayscale: #A8A8A8. Windows color (decimal): -3430320 or 5286091. OLE color: 5286091.
HSL color Cylindrical-coordinate representation of color #CBA850: hue angle of 42.93º 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 #CBA850 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 80 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.20 |
| HSL | 42.93º | 0.54% | 0.55% | - |
| HSV(B) | 42.93º | 0.61% | 0.8% | - |
| XYZ | 40.08 | 41.28 | 13.45 | - |
| YUV | 168.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 80 | 0 | 0.17 | 0.61 | 0.20 | 42.93 | 0.54 | 0.55 |
| Hex | CB | A8 | 50 | 0 | 11 | 3D | 14 | 2B | 36 | 37 |
| Octal | 313 | 250 | 120 | 0 | 21 | 75 | 24 | 53 | 66 | 67 |
| Binary | 11001011 | 10101000 | 1010000 | 0 | 10001 | 111101 | 10100 | 101011 | 110110 | 110111 |
Color Harmonies of #CBA850
Complementary color
Monochromatic Colors of #CBA850
Black with #CBA850
Text Example
Text Example
White with #CBA850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA850; }
p { color: rgb(203,168,80); }
H1.HeaderClassName
{
color: #CBA850;
}
.AnyTagClassName
{
color: #CBA850;
}
</style>
background-color css
<style>
a { background-color: #CBA850; }
a { background-color: rgb(203,168,80); }
div.DivClassName
{
background-color: #CBA850;
}
.BgClassName
{
background-color: #CBA850;
}
</style>
border-color css
<style>
span { border-color: #CBA850; }
span { border-color: rgb(203,168,80); }
td.TdClassName
{
border-color: #CBA850;
}
.TagClassName
{
border-color: #CBA850;
}
</style>