Shades of Sundance #C0B349
Tints of Sundance #C0B349
RGB
CMYK
RGB Variations
Color information
#C0B349 (or 0xC0B349) is known color: Sundance. HEX triplet: C0, B3 and 49. RGB value is (192,179,73). Sum of RGB (Red+Green+Blue) = 192+179+73=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B349 is #3F4CB6. Grayscale: #ABABAB. Windows color (decimal): -4148407 or 4830144. OLE color: 4830144.
HSL color Cylindrical-coordinate representation of color #C0B349: hue angle of 53.45º 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 #C0B349 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 73 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.25 |
| HSL | 53.45º | 0.49% | 0.52% | - |
| HSV(B) | 53.45º | 0.62% | 0.75% | - |
| XYZ | 39.06 | 43.93 | 12.72 | - |
| YUV | 170.8 | 72.81 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 73 | 0 | 0.07 | 0.62 | 0.25 | 53.45 | 0.49 | 0.52 |
| Hex | C0 | B3 | 49 | 0 | 7 | 3E | 19 | 35 | 31 | 34 |
| Octal | 300 | 263 | 111 | 0 | 7 | 76 | 31 | 65 | 61 | 64 |
| Binary | 11000000 | 10110011 | 1001001 | 0 | 111 | 111110 | 11001 | 110101 | 110001 | 110100 |
Color Harmonies of #C0B349
Complementary color
Monochromatic Colors of #C0B349
Black with #C0B349
Text Example
Text Example
White with #C0B349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B349; }
p { color: rgb(192,179,73); }
H1.HeaderClassName
{
color: #C0B349;
}
.AnyTagClassName
{
color: #C0B349;
}
</style>
background-color css
<style>
a { background-color: #C0B349; }
a { background-color: rgb(192,179,73); }
div.DivClassName
{
background-color: #C0B349;
}
.BgClassName
{
background-color: #C0B349;
}
</style>
border-color css
<style>
span { border-color: #C0B349; }
span { border-color: rgb(192,179,73); }
td.TdClassName
{
border-color: #C0B349;
}
.TagClassName
{
border-color: #C0B349;
}
</style>