Shades of Sundance #CBA647
Tints of Sundance #CBA647
RGB
CMYK
RGB Variations
Color information
#CBA647 (or 0xCBA647) is known color: Sundance. HEX triplet: CB, A6 and 47. RGB value is (203,166,71). Sum of RGB (Red+Green+Blue) = 203+166+71=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA647 is #3459B8. Grayscale: #A6A6A6. Windows color (decimal): -3430841 or 4695755. OLE color: 4695755.
HSL color Cylindrical-coordinate representation of color #CBA647: hue angle of 43.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBA647 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 71 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.20 |
| HSL | 43.18º | 0.56% | 0.54% | - |
| HSV(B) | 43.18º | 0.65% | 0.8% | - |
| XYZ | 39.4 | 40.42 | 11.69 | - |
| YUV | 166.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 71 | 0 | 0.18 | 0.65 | 0.20 | 43.18 | 0.56 | 0.54 |
| Hex | CB | A6 | 47 | 0 | 12 | 41 | 14 | 2B | 38 | 36 |
| Octal | 313 | 246 | 107 | 0 | 22 | 101 | 24 | 53 | 70 | 66 |
| Binary | 11001011 | 10100110 | 1000111 | 0 | 10010 | 1000001 | 10100 | 101011 | 111000 | 110110 |
Color Harmonies of #CBA647
Complementary color
Monochromatic Colors of #CBA647
Black with #CBA647
Text Example
Text Example
White with #CBA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA647; }
p { color: rgb(203,166,71); }
H1.HeaderClassName
{
color: #CBA647;
}
.AnyTagClassName
{
color: #CBA647;
}
</style>
background-color css
<style>
a { background-color: #CBA647; }
a { background-color: rgb(203,166,71); }
div.DivClassName
{
background-color: #CBA647;
}
.BgClassName
{
background-color: #CBA647;
}
</style>
border-color css
<style>
span { border-color: #CBA647; }
span { border-color: rgb(203,166,71); }
td.TdClassName
{
border-color: #CBA647;
}
.TagClassName
{
border-color: #CBA647;
}
</style>