Shades of Sundance #C0B04B
Tints of Sundance #C0B04B
RGB
CMYK
RGB Variations
Color information
#C0B04B (or 0xC0B04B) is known color: Sundance. HEX triplet: C0, B0 and 4B. RGB value is (192,176,75). Sum of RGB (Red+Green+Blue) = 192+176+75=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B04B is #3F4FB4. Grayscale: #A9A9A9. Windows color (decimal): -4149173 or 4960448. OLE color: 4960448.
HSL color Cylindrical-coordinate representation of color #C0B04B: hue angle of 51.79º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0B04B is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 75 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.25 |
| HSL | 51.79º | 0.48% | 0.52% | - |
| HSV(B) | 51.79º | 0.61% | 0.75% | - |
| XYZ | 38.53 | 42.77 | 12.88 | - |
| YUV | 169.27 | 74.8 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 75 | 0 | 0.08 | 0.61 | 0.25 | 51.79 | 0.48 | 0.52 |
| Hex | C0 | B0 | 4B | 0 | 8 | 3D | 19 | 34 | 30 | 34 |
| Octal | 300 | 260 | 113 | 0 | 10 | 75 | 31 | 64 | 60 | 64 |
| Binary | 11000000 | 10110000 | 1001011 | 0 | 1000 | 111101 | 11001 | 110100 | 110000 | 110100 |
Color Harmonies of #C0B04B
Complementary color
Monochromatic Colors of #C0B04B
Black with #C0B04B
Text Example
Text Example
White with #C0B04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B04B; }
p { color: rgb(192,176,75); }
H1.HeaderClassName
{
color: #C0B04B;
}
.AnyTagClassName
{
color: #C0B04B;
}
</style>
background-color css
<style>
a { background-color: #C0B04B; }
a { background-color: rgb(192,176,75); }
div.DivClassName
{
background-color: #C0B04B;
}
.BgClassName
{
background-color: #C0B04B;
}
</style>
border-color css
<style>
span { border-color: #C0B04B; }
span { border-color: rgb(192,176,75); }
td.TdClassName
{
border-color: #C0B04B;
}
.TagClassName
{
border-color: #C0B04B;
}
</style>