Shades of Sundance #C0B255
Tints of Sundance #C0B255
RGB
CMYK
RGB Variations
Color information
#C0B255 (or 0xC0B255) is known color: Sundance. HEX triplet: C0, B2 and 55. RGB value is (192,178,85). Sum of RGB (Red+Green+Blue) = 192+178+85=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B255 is #3F4DAA. Grayscale: #ABABAB. Windows color (decimal): -4148651 or 5616320. OLE color: 5616320.
HSL color Cylindrical-coordinate representation of color #C0B255: hue angle of 52.15º 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 #C0B255 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 85 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.25 |
| HSL | 52.15º | 0.46% | 0.54% | - |
| HSV(B) | 52.15º | 0.56% | 0.75% | - |
| XYZ | 39.3 | 43.7 | 14.96 | - |
| YUV | 171.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 85 | 0 | 0.07 | 0.56 | 0.25 | 52.15 | 0.46 | 0.54 |
| Hex | C0 | B2 | 55 | 0 | 7 | 38 | 19 | 34 | 2E | 36 |
| Octal | 300 | 262 | 125 | 0 | 7 | 70 | 31 | 64 | 56 | 66 |
| Binary | 11000000 | 10110010 | 1010101 | 0 | 111 | 111000 | 11001 | 110100 | 101110 | 110110 |
Color Harmonies of #C0B255
Complementary color
Monochromatic Colors of #C0B255
Black with #C0B255
Text Example
Text Example
White with #C0B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B255; }
p { color: rgb(192,178,85); }
H1.HeaderClassName
{
color: #C0B255;
}
.AnyTagClassName
{
color: #C0B255;
}
</style>
background-color css
<style>
a { background-color: #C0B255; }
a { background-color: rgb(192,178,85); }
div.DivClassName
{
background-color: #C0B255;
}
.BgClassName
{
background-color: #C0B255;
}
</style>
border-color css
<style>
span { border-color: #C0B255; }
span { border-color: rgb(192,178,85); }
td.TdClassName
{
border-color: #C0B255;
}
.TagClassName
{
border-color: #C0B255;
}
</style>