Shades of Sundance #CBA746
Tints of Sundance #CBA746
RGB
CMYK
RGB Variations
Color information
#CBA746 (or 0xCBA746) is known color: Sundance. HEX triplet: CB, A7 and 46. RGB value is (203,167,70). Sum of RGB (Red+Green+Blue) = 203+167+70=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA746 is #3458B9. Grayscale: #A7A7A7. Windows color (decimal): -3430586 or 4630475. OLE color: 4630475.
HSL color Cylindrical-coordinate representation of color #CBA746: hue angle of 43.76º 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 #CBA746 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 70 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.20 |
| HSL | 43.76º | 0.56% | 0.54% | - |
| HSV(B) | 43.76º | 0.66% | 0.8% | - |
| XYZ | 39.55 | 40.78 | 11.58 | - |
| YUV | 166.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 70 | 0 | 0.18 | 0.66 | 0.20 | 43.76 | 0.56 | 0.54 |
| Hex | CB | A7 | 46 | 0 | 12 | 42 | 14 | 2C | 38 | 36 |
| Octal | 313 | 247 | 106 | 0 | 22 | 102 | 24 | 54 | 70 | 66 |
| Binary | 11001011 | 10100111 | 1000110 | 0 | 10010 | 1000010 | 10100 | 101100 | 111000 | 110110 |
Color Harmonies of #CBA746
Complementary color
Monochromatic Colors of #CBA746
Black with #CBA746
Text Example
Text Example
White with #CBA746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA746; }
p { color: rgb(203,167,70); }
H1.HeaderClassName
{
color: #CBA746;
}
.AnyTagClassName
{
color: #CBA746;
}
</style>
background-color css
<style>
a { background-color: #CBA746; }
a { background-color: rgb(203,167,70); }
div.DivClassName
{
background-color: #CBA746;
}
.BgClassName
{
background-color: #CBA746;
}
</style>
border-color css
<style>
span { border-color: #CBA746; }
span { border-color: rgb(203,167,70); }
td.TdClassName
{
border-color: #CBA746;
}
.TagClassName
{
border-color: #CBA746;
}
</style>