Shades of Sundance #CBA643
Tints of Sundance #CBA643
RGB
CMYK
RGB Variations
Color information
#CBA643 (or 0xCBA643) is known color: Sundance. HEX triplet: CB, A6 and 43. RGB value is (203,166,67). Sum of RGB (Red+Green+Blue) = 203+166+67=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA643 is #3459BC. Grayscale: #A6A6A6. Windows color (decimal): -3430845 or 4433611. OLE color: 4433611.
HSL color Cylindrical-coordinate representation of color #CBA643: hue angle of 43.68º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBA643 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 67 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.20 |
| HSL | 43.68º | 0.57% | 0.53% | - |
| HSV(B) | 43.68º | 0.67% | 0.8% | - |
| XYZ | 39.28 | 40.37 | 11.03 | - |
| YUV | 165.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 67 | 0 | 0.18 | 0.67 | 0.20 | 43.68 | 0.57 | 0.53 |
| Hex | CB | A6 | 43 | 0 | 12 | 43 | 14 | 2C | 39 | 35 |
| Octal | 313 | 246 | 103 | 0 | 22 | 103 | 24 | 54 | 71 | 65 |
| Binary | 11001011 | 10100110 | 1000011 | 0 | 10010 | 1000011 | 10100 | 101100 | 111001 | 110101 |
Color Harmonies of #CBA643
Complementary color
Monochromatic Colors of #CBA643
Black with #CBA643
Text Example
Text Example
White with #CBA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA643; }
p { color: rgb(203,166,67); }
H1.HeaderClassName
{
color: #CBA643;
}
.AnyTagClassName
{
color: #CBA643;
}
</style>
background-color css
<style>
a { background-color: #CBA643; }
a { background-color: rgb(203,166,67); }
div.DivClassName
{
background-color: #CBA643;
}
.BgClassName
{
background-color: #CBA643;
}
</style>
border-color css
<style>
span { border-color: #CBA643; }
span { border-color: rgb(203,166,67); }
td.TdClassName
{
border-color: #CBA643;
}
.TagClassName
{
border-color: #CBA643;
}
</style>