Shades of Sundance #CBA446
Tints of Sundance #CBA446
RGB
CMYK
RGB Variations
Color information
#CBA446 (or 0xCBA446) is known color: Sundance. HEX triplet: CB, A4 and 46. RGB value is (203,164,70). Sum of RGB (Red+Green+Blue) = 203+164+70=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA446 is #345BB9. Grayscale: #A5A5A5. Windows color (decimal): -3431354 or 4629707. OLE color: 4629707.
HSL color Cylindrical-coordinate representation of color #CBA446: hue angle of 42.41º 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 #CBA446 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 70 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.20 |
| HSL | 42.41º | 0.56% | 0.54% | - |
| HSV(B) | 42.41º | 0.66% | 0.8% | - |
| XYZ | 39.01 | 39.69 | 11.4 | - |
| YUV | 164.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 70 | 0 | 0.19 | 0.66 | 0.20 | 42.41 | 0.56 | 0.54 |
| Hex | CB | A4 | 46 | 0 | 13 | 42 | 14 | 2A | 38 | 36 |
| Octal | 313 | 244 | 106 | 0 | 23 | 102 | 24 | 52 | 70 | 66 |
| Binary | 11001011 | 10100100 | 1000110 | 0 | 10011 | 1000010 | 10100 | 101010 | 111000 | 110110 |
Color Harmonies of #CBA446
Complementary color
Monochromatic Colors of #CBA446
Black with #CBA446
Text Example
Text Example
White with #CBA446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA446; }
p { color: rgb(203,164,70); }
H1.HeaderClassName
{
color: #CBA446;
}
.AnyTagClassName
{
color: #CBA446;
}
</style>
background-color css
<style>
a { background-color: #CBA446; }
a { background-color: rgb(203,164,70); }
div.DivClassName
{
background-color: #CBA446;
}
.BgClassName
{
background-color: #CBA446;
}
</style>
border-color css
<style>
span { border-color: #CBA446; }
span { border-color: rgb(203,164,70); }
td.TdClassName
{
border-color: #CBA446;
}
.TagClassName
{
border-color: #CBA446;
}
</style>