Shades of Sundance #CBA341
Tints of Sundance #CBA341
RGB
CMYK
RGB Variations
Color information
#CBA341 (or 0xCBA341) is known color: Sundance. HEX triplet: CB, A3 and 41. RGB value is (203,163,65). Sum of RGB (Red+Green+Blue) = 203+163+65=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA341 is #345CBE. Grayscale: #A4A4A4. Windows color (decimal): -3431615 or 4301771. OLE color: 4301771.
HSL color Cylindrical-coordinate representation of color #CBA341: hue angle of 42.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBA341 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 65 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.20 |
| HSL | 42.61º | 0.57% | 0.53% | - |
| HSV(B) | 42.61º | 0.68% | 0.8% | - |
| XYZ | 38.68 | 39.27 | 10.54 | - |
| YUV | 163.79 | 72.25 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 65 | 0 | 0.20 | 0.68 | 0.20 | 42.61 | 0.57 | 0.53 |
| Hex | CB | A3 | 41 | 0 | 14 | 44 | 14 | 2B | 39 | 35 |
| Octal | 313 | 243 | 101 | 0 | 24 | 104 | 24 | 53 | 71 | 65 |
| Binary | 11001011 | 10100011 | 1000001 | 0 | 10100 | 1000100 | 10100 | 101011 | 111001 | 110101 |
Color Harmonies of #CBA341
Complementary color
Monochromatic Colors of #CBA341
Black with #CBA341
Text Example
Text Example
White with #CBA341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA341; }
p { color: rgb(203,163,65); }
H1.HeaderClassName
{
color: #CBA341;
}
.AnyTagClassName
{
color: #CBA341;
}
</style>
background-color css
<style>
a { background-color: #CBA341; }
a { background-color: rgb(203,163,65); }
div.DivClassName
{
background-color: #CBA341;
}
.BgClassName
{
background-color: #CBA341;
}
</style>
border-color css
<style>
span { border-color: #CBA341; }
span { border-color: rgb(203,163,65); }
td.TdClassName
{
border-color: #CBA341;
}
.TagClassName
{
border-color: #CBA341;
}
</style>