Shades of Sundance #CBA350
Tints of Sundance #CBA350
RGB
CMYK
RGB Variations
Color information
#CBA350 (or 0xCBA350) is known color: Sundance. HEX triplet: CB, A3 and 50. RGB value is (203,163,80). Sum of RGB (Red+Green+Blue) = 203+163+80=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA350 is #345CAF. Grayscale: #A5A5A5. Windows color (decimal): -3431600 or 5284811. OLE color: 5284811.
HSL color Cylindrical-coordinate representation of color #CBA350: hue angle of 40.49º 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 #CBA350 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 80 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.20 |
| HSL | 40.49º | 0.54% | 0.55% | - |
| HSV(B) | 40.49º | 0.61% | 0.8% | - |
| XYZ | 39.17 | 39.47 | 13.14 | - |
| YUV | 165.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 80 | 0 | 0.20 | 0.61 | 0.20 | 40.49 | 0.54 | 0.55 |
| Hex | CB | A3 | 50 | 0 | 14 | 3D | 14 | 28 | 36 | 37 |
| Octal | 313 | 243 | 120 | 0 | 24 | 75 | 24 | 50 | 66 | 67 |
| Binary | 11001011 | 10100011 | 1010000 | 0 | 10100 | 111101 | 10100 | 101000 | 110110 | 110111 |
Color Harmonies of #CBA350
Complementary color
Monochromatic Colors of #CBA350
Black with #CBA350
Text Example
Text Example
White with #CBA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA350; }
p { color: rgb(203,163,80); }
H1.HeaderClassName
{
color: #CBA350;
}
.AnyTagClassName
{
color: #CBA350;
}
</style>
background-color css
<style>
a { background-color: #CBA350; }
a { background-color: rgb(203,163,80); }
div.DivClassName
{
background-color: #CBA350;
}
.BgClassName
{
background-color: #CBA350;
}
</style>
border-color css
<style>
span { border-color: #CBA350; }
span { border-color: rgb(203,163,80); }
td.TdClassName
{
border-color: #CBA350;
}
.TagClassName
{
border-color: #CBA350;
}
</style>