Shades of Sundance #C0B155
Tints of Sundance #C0B155
RGB
CMYK
RGB Variations
Color information
#C0B155 (or 0xC0B155) is known color: Sundance. HEX triplet: C0, B1 and 55. RGB value is (192,177,85). Sum of RGB (Red+Green+Blue) = 192+177+85=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B155 is #3F4EAA. Grayscale: #ABABAB. Windows color (decimal): -4148907 or 5616064. OLE color: 5616064.
HSL color Cylindrical-coordinate representation of color #C0B155: hue angle of 51.59º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0B155 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 85 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.25 |
| HSL | 51.59º | 0.46% | 0.54% | - |
| HSV(B) | 51.59º | 0.56% | 0.75% | - |
| XYZ | 39.1 | 43.31 | 14.89 | - |
| YUV | 171 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 85 | 0 | 0.08 | 0.56 | 0.25 | 51.59 | 0.46 | 0.54 |
| Hex | C0 | B1 | 55 | 0 | 8 | 38 | 19 | 34 | 2E | 36 |
| Octal | 300 | 261 | 125 | 0 | 10 | 70 | 31 | 64 | 56 | 66 |
| Binary | 11000000 | 10110001 | 1010101 | 0 | 1000 | 111000 | 11001 | 110100 | 101110 | 110110 |
Color Harmonies of #C0B155
Complementary color
Monochromatic Colors of #C0B155
Black with #C0B155
Text Example
Text Example
White with #C0B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B155; }
p { color: rgb(192,177,85); }
H1.HeaderClassName
{
color: #C0B155;
}
.AnyTagClassName
{
color: #C0B155;
}
</style>
background-color css
<style>
a { background-color: #C0B155; }
a { background-color: rgb(192,177,85); }
div.DivClassName
{
background-color: #C0B155;
}
.BgClassName
{
background-color: #C0B155;
}
</style>
border-color css
<style>
span { border-color: #C0B155; }
span { border-color: rgb(192,177,85); }
td.TdClassName
{
border-color: #C0B155;
}
.TagClassName
{
border-color: #C0B155;
}
</style>