Shades of Roti #C0A141
Tints of Roti #C0A141
RGB
CMYK
RGB Variations
Color information
#C0A141 (or 0xC0A141) is known color: Roti. HEX triplet: C0, A1 and 41. RGB value is (192,161,65). Sum of RGB (Red+Green+Blue) = 192+161+65=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A141 is #3F5EBE. Grayscale: #9F9F9F. Windows color (decimal): -4153023 or 4301248. OLE color: 4301248.
HSL color Cylindrical-coordinate representation of color #C0A141: hue angle of 45.35º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0A141 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 65 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.25 |
| HSL | 45.35º | 0.5% | 0.5% | - |
| HSV(B) | 45.35º | 0.66% | 0.75% | - |
| XYZ | 35.44 | 37.08 | 10.29 | - |
| YUV | 159.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 65 | 0 | 0.16 | 0.66 | 0.25 | 45.35 | 0.5 | 0.5 |
| Hex | C0 | A1 | 41 | 0 | 10 | 42 | 19 | 2D | 32 | 32 |
| Octal | 300 | 241 | 101 | 0 | 20 | 102 | 31 | 55 | 62 | 62 |
| Binary | 11000000 | 10100001 | 1000001 | 0 | 10000 | 1000010 | 11001 | 101101 | 110010 | 110010 |
Color Harmonies of #C0A141
Complementary color
Monochromatic Colors of #C0A141
Black with #C0A141
Text Example
Text Example
White with #C0A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A141; }
p { color: rgb(192,161,65); }
H1.HeaderClassName
{
color: #C0A141;
}
.AnyTagClassName
{
color: #C0A141;
}
</style>
background-color css
<style>
a { background-color: #C0A141; }
a { background-color: rgb(192,161,65); }
div.DivClassName
{
background-color: #C0A141;
}
.BgClassName
{
background-color: #C0A141;
}
</style>
border-color css
<style>
span { border-color: #C0A141; }
span { border-color: rgb(192,161,65); }
td.TdClassName
{
border-color: #C0A141;
}
.TagClassName
{
border-color: #C0A141;
}
</style>