Shades of Sundance #CBA150
Tints of Sundance #CBA150
RGB
CMYK
RGB Variations
Color information
#CBA150 (or 0xCBA150) is known color: Sundance. HEX triplet: CB, A1 and 50. RGB value is (203,161,80). Sum of RGB (Red+Green+Blue) = 203+161+80=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA150 is #345EAF. Grayscale: #A4A4A4. Windows color (decimal): -3432112 or 5284299. OLE color: 5284299.
HSL color Cylindrical-coordinate representation of color #CBA150: hue angle of 39.51º 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 #CBA150 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 80 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.20 |
| HSL | 39.51º | 0.54% | 0.55% | - |
| HSV(B) | 39.51º | 0.61% | 0.8% | - |
| XYZ | 38.82 | 38.77 | 13.03 | - |
| YUV | 164.32 | 80.41 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 80 | 0 | 0.21 | 0.61 | 0.20 | 39.51 | 0.54 | 0.55 |
| Hex | CB | A1 | 50 | 0 | 15 | 3D | 14 | 28 | 36 | 37 |
| Octal | 313 | 241 | 120 | 0 | 25 | 75 | 24 | 50 | 66 | 67 |
| Binary | 11001011 | 10100001 | 1010000 | 0 | 10101 | 111101 | 10100 | 101000 | 110110 | 110111 |
Color Harmonies of #CBA150
Complementary color
Monochromatic Colors of #CBA150
Black with #CBA150
Text Example
Text Example
White with #CBA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA150; }
p { color: rgb(203,161,80); }
H1.HeaderClassName
{
color: #CBA150;
}
.AnyTagClassName
{
color: #CBA150;
}
</style>
background-color css
<style>
a { background-color: #CBA150; }
a { background-color: rgb(203,161,80); }
div.DivClassName
{
background-color: #CBA150;
}
.BgClassName
{
background-color: #CBA150;
}
</style>
border-color css
<style>
span { border-color: #CBA150; }
span { border-color: rgb(203,161,80); }
td.TdClassName
{
border-color: #CBA150;
}
.TagClassName
{
border-color: #CBA150;
}
</style>