Shades of Roti #C0A037
Tints of Roti #C0A037
RGB
CMYK
RGB Variations
Color information
#C0A037 (or 0xC0A037) is known color: Roti. HEX triplet: C0, A0 and 37. RGB value is (192,160,55). Sum of RGB (Red+Green+Blue) = 192+160+55=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A037 is #3F5FC8. Grayscale: #9E9E9E. Windows color (decimal): -4153289 or 3645632. OLE color: 3645632.
HSL color Cylindrical-coordinate representation of color #C0A037: hue angle of 45.99º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0A037 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 55 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.25 |
| HSL | 45.99º | 0.55% | 0.48% | - |
| HSV(B) | 45.99º | 0.71% | 0.75% | - |
| XYZ | 35 | 36.62 | 8.84 | - |
| YUV | 157.6 | 70.1 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 55 | 0 | 0.17 | 0.71 | 0.25 | 45.99 | 0.55 | 0.48 |
| Hex | C0 | A0 | 37 | 0 | 11 | 47 | 19 | 2E | 37 | 30 |
| Octal | 300 | 240 | 67 | 0 | 21 | 107 | 31 | 56 | 67 | 60 |
| Binary | 11000000 | 10100000 | 110111 | 0 | 10001 | 1000111 | 11001 | 101110 | 110111 | 110000 |
Color Harmonies of #C0A037
Complementary color
Monochromatic Colors of #C0A037
Black with #C0A037
Text Example
Text Example
White with #C0A037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A037; }
p { color: rgb(192,160,55); }
H1.HeaderClassName
{
color: #C0A037;
}
.AnyTagClassName
{
color: #C0A037;
}
</style>
background-color css
<style>
a { background-color: #C0A037; }
a { background-color: rgb(192,160,55); }
div.DivClassName
{
background-color: #C0A037;
}
.BgClassName
{
background-color: #C0A037;
}
</style>
border-color css
<style>
span { border-color: #C0A037; }
span { border-color: rgb(192,160,55); }
td.TdClassName
{
border-color: #C0A037;
}
.TagClassName
{
border-color: #C0A037;
}
</style>