Shades of Roti #C5A03A
Tints of Roti #C5A03A
RGB
CMYK
RGB Variations
Color information
#C5A03A (or 0xC5A03A) is known color: Roti. HEX triplet: C5, A0 and 3A. RGB value is (197,160,58). Sum of RGB (Red+Green+Blue) = 197+160+58=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A03A is #3A5FC5. Grayscale: #9F9F9F. Windows color (decimal): -3825606 or 3842245. OLE color: 3842245.
HSL color Cylindrical-coordinate representation of color #C5A03A: hue angle of 44.03º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5A03A is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 58 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.23 |
| HSL | 44.03º | 0.55% | 0.5% | - |
| HSV(B) | 44.03º | 0.71% | 0.77% | - |
| XYZ | 36.36 | 37.32 | 9.29 | - |
| YUV | 159.44 | 70.76 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 58 | 0 | 0.19 | 0.71 | 0.23 | 44.03 | 0.55 | 0.5 |
| Hex | C5 | A0 | 3A | 0 | 13 | 47 | 17 | 2C | 37 | 32 |
| Octal | 305 | 240 | 72 | 0 | 23 | 107 | 27 | 54 | 67 | 62 |
| Binary | 11000101 | 10100000 | 111010 | 0 | 10011 | 1000111 | 10111 | 101100 | 110111 | 110010 |
Color Harmonies of #C5A03A
Complementary color
Monochromatic Colors of #C5A03A
Black with #C5A03A
Text Example
Text Example
White with #C5A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A03A; }
p { color: rgb(197,160,58); }
H1.HeaderClassName
{
color: #C5A03A;
}
.AnyTagClassName
{
color: #C5A03A;
}
</style>
background-color css
<style>
a { background-color: #C5A03A; }
a { background-color: rgb(197,160,58); }
div.DivClassName
{
background-color: #C5A03A;
}
.BgClassName
{
background-color: #C5A03A;
}
</style>
border-color css
<style>
span { border-color: #C5A03A; }
span { border-color: rgb(197,160,58); }
td.TdClassName
{
border-color: #C5A03A;
}
.TagClassName
{
border-color: #C5A03A;
}
</style>