Shades of Sundance #CBB046
Tints of Sundance #CBB046
RGB
CMYK
RGB Variations
Color information
#CBB046 (or 0xCBB046) is known color: Sundance. HEX triplet: CB, B0 and 46. RGB value is (203,176,70). Sum of RGB (Red+Green+Blue) = 203+176+70=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB046 is #344FB9. Grayscale: #ACACAC. Windows color (decimal): -3428282 or 4632779. OLE color: 4632779.
HSL color Cylindrical-coordinate representation of color #CBB046: hue angle of 47.82º 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 #CBB046 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 70 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.20 |
| HSL | 47.82º | 0.56% | 0.54% | - |
| HSV(B) | 47.82º | 0.66% | 0.8% | - |
| XYZ | 41.26 | 44.19 | 12.15 | - |
| YUV | 171.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 70 | 0 | 0.13 | 0.66 | 0.20 | 47.82 | 0.56 | 0.54 |
| Hex | CB | B0 | 46 | 0 | D | 42 | 14 | 30 | 38 | 36 |
| Octal | 313 | 260 | 106 | 0 | 15 | 102 | 24 | 60 | 70 | 66 |
| Binary | 11001011 | 10110000 | 1000110 | 0 | 1101 | 1000010 | 10100 | 110000 | 111000 | 110110 |
Color Harmonies of #CBB046
Complementary color
Monochromatic Colors of #CBB046
Black with #CBB046
Text Example
Text Example
White with #CBB046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB046; }
p { color: rgb(203,176,70); }
H1.HeaderClassName
{
color: #CBB046;
}
.AnyTagClassName
{
color: #CBB046;
}
</style>
background-color css
<style>
a { background-color: #CBB046; }
a { background-color: rgb(203,176,70); }
div.DivClassName
{
background-color: #CBB046;
}
.BgClassName
{
background-color: #CBB046;
}
</style>
border-color css
<style>
span { border-color: #CBB046; }
span { border-color: rgb(203,176,70); }
td.TdClassName
{
border-color: #CBB046;
}
.TagClassName
{
border-color: #CBB046;
}
</style>