Shades of Sundance #CBA641
Tints of Sundance #CBA641
RGB
CMYK
RGB Variations
Color information
#CBA641 (or 0xCBA641) is known color: Sundance. HEX triplet: CB, A6 and 41. RGB value is (203,166,65). Sum of RGB (Red+Green+Blue) = 203+166+65=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA641 is #3459BE. Grayscale: #A5A5A5. Windows color (decimal): -3430847 or 4302539. OLE color: 4302539.
HSL color Cylindrical-coordinate representation of color #CBA641: hue angle of 43.91º 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 #CBA641 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 65 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.20 |
| HSL | 43.91º | 0.57% | 0.53% | - |
| HSV(B) | 43.91º | 0.68% | 0.8% | - |
| XYZ | 39.22 | 40.35 | 10.72 | - |
| YUV | 165.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 65 | 0 | 0.18 | 0.68 | 0.20 | 43.91 | 0.57 | 0.53 |
| Hex | CB | A6 | 41 | 0 | 12 | 44 | 14 | 2C | 39 | 35 |
| Octal | 313 | 246 | 101 | 0 | 22 | 104 | 24 | 54 | 71 | 65 |
| Binary | 11001011 | 10100110 | 1000001 | 0 | 10010 | 1000100 | 10100 | 101100 | 111001 | 110101 |
Color Harmonies of #CBA641
Complementary color
Monochromatic Colors of #CBA641
Black with #CBA641
Text Example
Text Example
White with #CBA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA641; }
p { color: rgb(203,166,65); }
H1.HeaderClassName
{
color: #CBA641;
}
.AnyTagClassName
{
color: #CBA641;
}
</style>
background-color css
<style>
a { background-color: #CBA641; }
a { background-color: rgb(203,166,65); }
div.DivClassName
{
background-color: #CBA641;
}
.BgClassName
{
background-color: #CBA641;
}
</style>
border-color css
<style>
span { border-color: #CBA641; }
span { border-color: rgb(203,166,65); }
td.TdClassName
{
border-color: #CBA641;
}
.TagClassName
{
border-color: #CBA641;
}
</style>