Shades of Roti #C5A037
Tints of Roti #C5A037
RGB
CMYK
RGB Variations
Color information
#C5A037 (or 0xC5A037) is known color: Roti. HEX triplet: C5, A0 and 37. RGB value is (197,160,55). Sum of RGB (Red+Green+Blue) = 197+160+55=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A037 is #3A5FC8. Grayscale: #9F9F9F. Windows color (decimal): -3825609 or 3645637. OLE color: 3645637.
HSL color Cylindrical-coordinate representation of color #C5A037: hue angle of 44.37º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5A037 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 55 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.23 |
| HSL | 44.37º | 0.56% | 0.49% | - |
| HSV(B) | 44.37º | 0.72% | 0.77% | - |
| XYZ | 36.29 | 37.29 | 8.9 | - |
| YUV | 159.09 | 69.26 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 55 | 0 | 0.19 | 0.72 | 0.23 | 44.37 | 0.56 | 0.49 |
| Hex | C5 | A0 | 37 | 0 | 13 | 48 | 17 | 2C | 38 | 31 |
| Octal | 305 | 240 | 67 | 0 | 23 | 110 | 27 | 54 | 70 | 61 |
| Binary | 11000101 | 10100000 | 110111 | 0 | 10011 | 1001000 | 10111 | 101100 | 111000 | 110001 |
Color Harmonies of #C5A037
Complementary color
Monochromatic Colors of #C5A037
Black with #C5A037
Text Example
Text Example
White with #C5A037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A037; }
p { color: rgb(197,160,55); }
H1.HeaderClassName
{
color: #C5A037;
}
.AnyTagClassName
{
color: #C5A037;
}
</style>
background-color css
<style>
a { background-color: #C5A037; }
a { background-color: rgb(197,160,55); }
div.DivClassName
{
background-color: #C5A037;
}
.BgClassName
{
background-color: #C5A037;
}
</style>
border-color css
<style>
span { border-color: #C5A037; }
span { border-color: rgb(197,160,55); }
td.TdClassName
{
border-color: #C5A037;
}
.TagClassName
{
border-color: #C5A037;
}
</style>