Shades of Sundance #CBA04A
Tints of Sundance #CBA04A
RGB
CMYK
RGB Variations
Color information
#CBA04A (or 0xCBA04A) is known color: Sundance. HEX triplet: CB, A0 and 4A. RGB value is (203,160,74). Sum of RGB (Red+Green+Blue) = 203+160+74=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA04A is #345FB5. Grayscale: #A3A3A3. Windows color (decimal): -3432374 or 4890827. OLE color: 4890827.
HSL color Cylindrical-coordinate representation of color #CBA04A: hue angle of 40º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBA04A is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 74 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.20 |
| HSL | 40º | 0.55% | 0.54% | - |
| HSV(B) | 40º | 0.64% | 0.8% | - |
| XYZ | 38.44 | 38.33 | 11.85 | - |
| YUV | 163.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 74 | 0 | 0.21 | 0.64 | 0.20 | 40 | 0.55 | 0.54 |
| Hex | CB | A0 | 4A | 0 | 15 | 40 | 14 | 28 | 37 | 36 |
| Octal | 313 | 240 | 112 | 0 | 25 | 100 | 24 | 50 | 67 | 66 |
| Binary | 11001011 | 10100000 | 1001010 | 0 | 10101 | 1000000 | 10100 | 101000 | 110111 | 110110 |
Color Harmonies of #CBA04A
Complementary color
Monochromatic Colors of #CBA04A
Black with #CBA04A
Text Example
Text Example
White with #CBA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA04A; }
p { color: rgb(203,160,74); }
H1.HeaderClassName
{
color: #CBA04A;
}
.AnyTagClassName
{
color: #CBA04A;
}
</style>
background-color css
<style>
a { background-color: #CBA04A; }
a { background-color: rgb(203,160,74); }
div.DivClassName
{
background-color: #CBA04A;
}
.BgClassName
{
background-color: #CBA04A;
}
</style>
border-color css
<style>
span { border-color: #CBA04A; }
span { border-color: rgb(203,160,74); }
td.TdClassName
{
border-color: #CBA04A;
}
.TagClassName
{
border-color: #CBA04A;
}
</style>