Shades of Sundance #C0B449
Tints of Sundance #C0B449
RGB
CMYK
RGB Variations
Color information
#C0B449 (or 0xC0B449) is known color: Sundance. HEX triplet: C0, B4 and 49. RGB value is (192,180,73). Sum of RGB (Red+Green+Blue) = 192+180+73=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B449 is #3F4BB6. Grayscale: #ABABAB. Windows color (decimal): -4148151 or 4830400. OLE color: 4830400.
HSL color Cylindrical-coordinate representation of color #C0B449: hue angle of 53.95º 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 #C0B449 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 73 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.25 |
| HSL | 53.95º | 0.49% | 0.52% | - |
| HSV(B) | 53.95º | 0.62% | 0.75% | - |
| XYZ | 39.26 | 44.33 | 12.79 | - |
| YUV | 171.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 73 | 0 | 0.06 | 0.62 | 0.25 | 53.95 | 0.49 | 0.52 |
| Hex | C0 | B4 | 49 | 0 | 6 | 3E | 19 | 36 | 31 | 34 |
| Octal | 300 | 264 | 111 | 0 | 6 | 76 | 31 | 66 | 61 | 64 |
| Binary | 11000000 | 10110100 | 1001001 | 0 | 110 | 111110 | 11001 | 110110 | 110001 | 110100 |
Color Harmonies of #C0B449
Complementary color
Monochromatic Colors of #C0B449
Black with #C0B449
Text Example
Text Example
White with #C0B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B449; }
p { color: rgb(192,180,73); }
H1.HeaderClassName
{
color: #C0B449;
}
.AnyTagClassName
{
color: #C0B449;
}
</style>
background-color css
<style>
a { background-color: #C0B449; }
a { background-color: rgb(192,180,73); }
div.DivClassName
{
background-color: #C0B449;
}
.BgClassName
{
background-color: #C0B449;
}
</style>
border-color css
<style>
span { border-color: #C0B449; }
span { border-color: rgb(192,180,73); }
td.TdClassName
{
border-color: #C0B449;
}
.TagClassName
{
border-color: #C0B449;
}
</style>