Shades of Sundance #CBA543
Tints of Sundance #CBA543
RGB
CMYK
RGB Variations
Color information
#CBA543 (or 0xCBA543) is known color: Sundance. HEX triplet: CB, A5 and 43. RGB value is (203,165,67). Sum of RGB (Red+Green+Blue) = 203+165+67=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA543 is #345ABC. Grayscale: #A5A5A5. Windows color (decimal): -3431101 or 4433355. OLE color: 4433355.
HSL color Cylindrical-coordinate representation of color #CBA543: hue angle of 43.24º 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 #CBA543 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 67 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.20 |
| HSL | 43.24º | 0.57% | 0.53% | - |
| HSV(B) | 43.24º | 0.67% | 0.8% | - |
| XYZ | 39.1 | 40.01 | 10.97 | - |
| YUV | 165.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 67 | 0 | 0.19 | 0.67 | 0.20 | 43.24 | 0.57 | 0.53 |
| Hex | CB | A5 | 43 | 0 | 13 | 43 | 14 | 2B | 39 | 35 |
| Octal | 313 | 245 | 103 | 0 | 23 | 103 | 24 | 53 | 71 | 65 |
| Binary | 11001011 | 10100101 | 1000011 | 0 | 10011 | 1000011 | 10100 | 101011 | 111001 | 110101 |
Color Harmonies of #CBA543
Complementary color
Monochromatic Colors of #CBA543
Black with #CBA543
Text Example
Text Example
White with #CBA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA543; }
p { color: rgb(203,165,67); }
H1.HeaderClassName
{
color: #CBA543;
}
.AnyTagClassName
{
color: #CBA543;
}
</style>
background-color css
<style>
a { background-color: #CBA543; }
a { background-color: rgb(203,165,67); }
div.DivClassName
{
background-color: #CBA543;
}
.BgClassName
{
background-color: #CBA543;
}
</style>
border-color css
<style>
span { border-color: #CBA543; }
span { border-color: rgb(203,165,67); }
td.TdClassName
{
border-color: #CBA543;
}
.TagClassName
{
border-color: #CBA543;
}
</style>