Shades of Roti #C0A03A
Tints of Roti #C0A03A
RGB
CMYK
RGB Variations
Color information
#C0A03A (or 0xC0A03A) is known color: Roti. HEX triplet: C0, A0 and 3A. RGB value is (192,160,58). Sum of RGB (Red+Green+Blue) = 192+160+58=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A03A is #3F5FC5. Grayscale: #9E9E9E. Windows color (decimal): -4153286 or 3842240. OLE color: 3842240.
HSL color Cylindrical-coordinate representation of color #C0A03A: hue angle of 45.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0A03A is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 58 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.25 |
| HSL | 45.67º | 0.54% | 0.49% | - |
| HSV(B) | 45.67º | 0.7% | 0.75% | - |
| XYZ | 35.07 | 36.65 | 9.23 | - |
| YUV | 157.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 58 | 0 | 0.17 | 0.70 | 0.25 | 45.67 | 0.54 | 0.49 |
| Hex | C0 | A0 | 3A | 0 | 11 | 46 | 19 | 2E | 36 | 31 |
| Octal | 300 | 240 | 72 | 0 | 21 | 106 | 31 | 56 | 66 | 61 |
| Binary | 11000000 | 10100000 | 111010 | 0 | 10001 | 1000110 | 11001 | 101110 | 110110 | 110001 |
Color Harmonies of #C0A03A
Complementary color
Monochromatic Colors of #C0A03A
Black with #C0A03A
Text Example
Text Example
White with #C0A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A03A; }
p { color: rgb(192,160,58); }
H1.HeaderClassName
{
color: #C0A03A;
}
.AnyTagClassName
{
color: #C0A03A;
}
</style>
background-color css
<style>
a { background-color: #C0A03A; }
a { background-color: rgb(192,160,58); }
div.DivClassName
{
background-color: #C0A03A;
}
.BgClassName
{
background-color: #C0A03A;
}
</style>
border-color css
<style>
span { border-color: #C0A03A; }
span { border-color: rgb(192,160,58); }
td.TdClassName
{
border-color: #C0A03A;
}
.TagClassName
{
border-color: #C0A03A;
}
</style>