Shades of Sundance #C0A551
Tints of Sundance #C0A551
RGB
CMYK
RGB Variations
Color information
#C0A551 (or 0xC0A551) is known color: Sundance. HEX triplet: C0, A5 and 51. RGB value is (192,165,81). Sum of RGB (Red+Green+Blue) = 192+165+81=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A551 is #3F5AAE. Grayscale: #A3A3A3. Windows color (decimal): -4151983 or 5350848. OLE color: 5350848.
HSL color Cylindrical-coordinate representation of color #C0A551: hue angle of 45.41º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0A551 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 81 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.25 |
| HSL | 45.41º | 0.47% | 0.54% | - |
| HSV(B) | 45.41º | 0.58% | 0.75% | - |
| XYZ | 36.68 | 38.71 | 13.32 | - |
| YUV | 163.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 81 | 0 | 0.14 | 0.58 | 0.25 | 45.41 | 0.47 | 0.54 |
| Hex | C0 | A5 | 51 | 0 | E | 3A | 19 | 2D | 2F | 36 |
| Octal | 300 | 245 | 121 | 0 | 16 | 72 | 31 | 55 | 57 | 66 |
| Binary | 11000000 | 10100101 | 1010001 | 0 | 1110 | 111010 | 11001 | 101101 | 101111 | 110110 |
Color Harmonies of #C0A551
Complementary color
Monochromatic Colors of #C0A551
Black with #C0A551
Text Example
Text Example
White with #C0A551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A551; }
p { color: rgb(192,165,81); }
H1.HeaderClassName
{
color: #C0A551;
}
.AnyTagClassName
{
color: #C0A551;
}
</style>
background-color css
<style>
a { background-color: #C0A551; }
a { background-color: rgb(192,165,81); }
div.DivClassName
{
background-color: #C0A551;
}
.BgClassName
{
background-color: #C0A551;
}
</style>
border-color css
<style>
span { border-color: #C0A551; }
span { border-color: rgb(192,165,81); }
td.TdClassName
{
border-color: #C0A551;
}
.TagClassName
{
border-color: #C0A551;
}
</style>