Shades of Sundance #C0B849
Tints of Sundance #C0B849
RGB
CMYK
RGB Variations
Color information
#C0B849 (or 0xC0B849) is known color: Sundance. HEX triplet: C0, B8 and 49. RGB value is (192,184,73). Sum of RGB (Red+Green+Blue) = 192+184+73=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B849 is #3F47B6. Grayscale: #AEAEAE. Windows color (decimal): -4147127 or 4831424. OLE color: 4831424.
HSL color Cylindrical-coordinate representation of color #C0B849: hue angle of 55.97º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0B849 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 73 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.25 |
| HSL | 55.97º | 0.49% | 0.52% | - |
| HSV(B) | 55.97º | 0.62% | 0.75% | - |
| XYZ | 40.08 | 45.97 | 13.06 | - |
| YUV | 173.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 73 | 0 | 0.04 | 0.62 | 0.25 | 55.97 | 0.49 | 0.52 |
| Hex | C0 | B8 | 49 | 0 | 4 | 3E | 19 | 38 | 31 | 34 |
| Octal | 300 | 270 | 111 | 0 | 4 | 76 | 31 | 70 | 61 | 64 |
| Binary | 11000000 | 10111000 | 1001001 | 0 | 100 | 111110 | 11001 | 111000 | 110001 | 110100 |
Color Harmonies of #C0B849
Complementary color
Monochromatic Colors of #C0B849
Black with #C0B849
Text Example
Text Example
White with #C0B849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B849; }
p { color: rgb(192,184,73); }
H1.HeaderClassName
{
color: #C0B849;
}
.AnyTagClassName
{
color: #C0B849;
}
</style>
background-color css
<style>
a { background-color: #C0B849; }
a { background-color: rgb(192,184,73); }
div.DivClassName
{
background-color: #C0B849;
}
.BgClassName
{
background-color: #C0B849;
}
</style>
border-color css
<style>
span { border-color: #C0B849; }
span { border-color: rgb(192,184,73); }
td.TdClassName
{
border-color: #C0B849;
}
.TagClassName
{
border-color: #C0B849;
}
</style>