Shades of Sundance #CBA450
Tints of Sundance #CBA450
RGB
CMYK
RGB Variations
Color information
#CBA450 (or 0xCBA450) is known color: Sundance. HEX triplet: CB, A4 and 50. RGB value is (203,164,80). Sum of RGB (Red+Green+Blue) = 203+164+80=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA450 is #345BAF. Grayscale: #A6A6A6. Windows color (decimal): -3431344 or 5285067. OLE color: 5285067.
HSL color Cylindrical-coordinate representation of color #CBA450: hue angle of 40.98º 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 #CBA450 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 80 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.20 |
| HSL | 40.98º | 0.54% | 0.55% | - |
| HSV(B) | 40.98º | 0.61% | 0.8% | - |
| XYZ | 39.35 | 39.83 | 13.2 | - |
| YUV | 166.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 80 | 0 | 0.19 | 0.61 | 0.20 | 40.98 | 0.54 | 0.55 |
| Hex | CB | A4 | 50 | 0 | 13 | 3D | 14 | 29 | 36 | 37 |
| Octal | 313 | 244 | 120 | 0 | 23 | 75 | 24 | 51 | 66 | 67 |
| Binary | 11001011 | 10100100 | 1010000 | 0 | 10011 | 111101 | 10100 | 101001 | 110110 | 110111 |
Color Harmonies of #CBA450
Complementary color
Monochromatic Colors of #CBA450
Black with #CBA450
Text Example
Text Example
White with #CBA450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA450; }
p { color: rgb(203,164,80); }
H1.HeaderClassName
{
color: #CBA450;
}
.AnyTagClassName
{
color: #CBA450;
}
</style>
background-color css
<style>
a { background-color: #CBA450; }
a { background-color: rgb(203,164,80); }
div.DivClassName
{
background-color: #CBA450;
}
.BgClassName
{
background-color: #CBA450;
}
</style>
border-color css
<style>
span { border-color: #CBA450; }
span { border-color: rgb(203,164,80); }
td.TdClassName
{
border-color: #CBA450;
}
.TagClassName
{
border-color: #CBA450;
}
</style>