Shades of Sundance #CBA946
Tints of Sundance #CBA946
RGB
CMYK
RGB Variations
Color information
#CBA946 (or 0xCBA946) is known color: Sundance. HEX triplet: CB, A9 and 46. RGB value is (203,169,70). Sum of RGB (Red+Green+Blue) = 203+169+70=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA946 is #3456B9. Grayscale: #A8A8A8. Windows color (decimal): -3430074 or 4630987. OLE color: 4630987.
HSL color Cylindrical-coordinate representation of color #CBA946: hue angle of 44.66º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBA946 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 70 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.20 |
| HSL | 44.66º | 0.56% | 0.54% | - |
| HSV(B) | 44.66º | 0.66% | 0.8% | - |
| XYZ | 39.92 | 41.51 | 11.7 | - |
| YUV | 167.88 | 72.76 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 70 | 0 | 0.17 | 0.66 | 0.20 | 44.66 | 0.56 | 0.54 |
| Hex | CB | A9 | 46 | 0 | 11 | 42 | 14 | 2D | 38 | 36 |
| Octal | 313 | 251 | 106 | 0 | 21 | 102 | 24 | 55 | 70 | 66 |
| Binary | 11001011 | 10101001 | 1000110 | 0 | 10001 | 1000010 | 10100 | 101101 | 111000 | 110110 |
Color Harmonies of #CBA946
Complementary color
Monochromatic Colors of #CBA946
Black with #CBA946
Text Example
Text Example
White with #CBA946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA946; }
p { color: rgb(203,169,70); }
H1.HeaderClassName
{
color: #CBA946;
}
.AnyTagClassName
{
color: #CBA946;
}
</style>
background-color css
<style>
a { background-color: #CBA946; }
a { background-color: rgb(203,169,70); }
div.DivClassName
{
background-color: #CBA946;
}
.BgClassName
{
background-color: #CBA946;
}
</style>
border-color css
<style>
span { border-color: #CBA946; }
span { border-color: rgb(203,169,70); }
td.TdClassName
{
border-color: #CBA946;
}
.TagClassName
{
border-color: #CBA946;
}
</style>