Shades of Sundance #CBB549
Tints of Sundance #CBB549
RGB
CMYK
RGB Variations
Color information
#CBB549 (or 0xCBB549) is known color: Sundance. HEX triplet: CB, B5 and 49. RGB value is (203,181,73). Sum of RGB (Red+Green+Blue) = 203+181+73=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB549 is #344AB6. Grayscale: #AFAFAF. Windows color (decimal): -3426999 or 4830667. OLE color: 4830667.
HSL color Cylindrical-coordinate representation of color #CBB549: hue angle of 49.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBB549 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 73 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.20 |
| HSL | 49.85º | 0.56% | 0.54% | - |
| HSV(B) | 49.85º | 0.64% | 0.8% | - |
| XYZ | 42.36 | 46.23 | 12.99 | - |
| YUV | 175.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 73 | 0 | 0.11 | 0.64 | 0.20 | 49.85 | 0.56 | 0.54 |
| Hex | CB | B5 | 49 | 0 | B | 40 | 14 | 32 | 38 | 36 |
| Octal | 313 | 265 | 111 | 0 | 13 | 100 | 24 | 62 | 70 | 66 |
| Binary | 11001011 | 10110101 | 1001001 | 0 | 1011 | 1000000 | 10100 | 110010 | 111000 | 110110 |
Color Harmonies of #CBB549
Complementary color
Monochromatic Colors of #CBB549
Black with #CBB549
Text Example
Text Example
White with #CBB549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB549; }
p { color: rgb(203,181,73); }
H1.HeaderClassName
{
color: #CBB549;
}
.AnyTagClassName
{
color: #CBB549;
}
</style>
background-color css
<style>
a { background-color: #CBB549; }
a { background-color: rgb(203,181,73); }
div.DivClassName
{
background-color: #CBB549;
}
.BgClassName
{
background-color: #CBB549;
}
</style>
border-color css
<style>
span { border-color: #CBB549; }
span { border-color: rgb(203,181,73); }
td.TdClassName
{
border-color: #CBB549;
}
.TagClassName
{
border-color: #CBB549;
}
</style>