Shades of Sundance #CBA250
Tints of Sundance #CBA250
RGB
CMYK
RGB Variations
Color information
#CBA250 (or 0xCBA250) is known color: Sundance. HEX triplet: CB, A2 and 50. RGB value is (203,162,80). Sum of RGB (Red+Green+Blue) = 203+162+80=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA250 is #345DAF. Grayscale: #A5A5A5. Windows color (decimal): -3431856 or 5284555. OLE color: 5284555.
HSL color Cylindrical-coordinate representation of color #CBA250: hue angle of 40º 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 #CBA250 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 80 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.20 |
| HSL | 40º | 0.54% | 0.55% | - |
| HSV(B) | 40º | 0.61% | 0.8% | - |
| XYZ | 39 | 39.12 | 13.08 | - |
| YUV | 164.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 80 | 0 | 0.20 | 0.61 | 0.20 | 40 | 0.54 | 0.55 |
| Hex | CB | A2 | 50 | 0 | 14 | 3D | 14 | 28 | 36 | 37 |
| Octal | 313 | 242 | 120 | 0 | 24 | 75 | 24 | 50 | 66 | 67 |
| Binary | 11001011 | 10100010 | 1010000 | 0 | 10100 | 111101 | 10100 | 101000 | 110110 | 110111 |
Color Harmonies of #CBA250
Complementary color
Monochromatic Colors of #CBA250
Black with #CBA250
Text Example
Text Example
White with #CBA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA250; }
p { color: rgb(203,162,80); }
H1.HeaderClassName
{
color: #CBA250;
}
.AnyTagClassName
{
color: #CBA250;
}
</style>
background-color css
<style>
a { background-color: #CBA250; }
a { background-color: rgb(203,162,80); }
div.DivClassName
{
background-color: #CBA250;
}
.BgClassName
{
background-color: #CBA250;
}
</style>
border-color css
<style>
span { border-color: #CBA250; }
span { border-color: rgb(203,162,80); }
td.TdClassName
{
border-color: #CBA250;
}
.TagClassName
{
border-color: #CBA250;
}
</style>