Shades of Roti #C59F40
Tints of Roti #C59F40
RGB
CMYK
RGB Variations
Color information
#C59F40 (or 0xC59F40) is known color: Roti. HEX triplet: C5, 9F and 40. RGB value is (197,159,64). Sum of RGB (Red+Green+Blue) = 197+159+64=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59F40 is #3A60BF. Grayscale: #9F9F9F. Windows color (decimal): -3825856 or 4235205. OLE color: 4235205.
HSL color Cylindrical-coordinate representation of color #C59F40: hue angle of 42.86º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C59F40 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 64 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.23 |
| HSL | 42.86º | 0.53% | 0.51% | - |
| HSV(B) | 42.86º | 0.68% | 0.77% | - |
| XYZ | 36.35 | 37.04 | 10.08 | - |
| YUV | 159.53 | 74.09 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 64 | 0 | 0.19 | 0.68 | 0.23 | 42.86 | 0.53 | 0.51 |
| Hex | C5 | 9F | 40 | 0 | 13 | 44 | 17 | 2B | 35 | 33 |
| Octal | 305 | 237 | 100 | 0 | 23 | 104 | 27 | 53 | 65 | 63 |
| Binary | 11000101 | 10011111 | 1000000 | 0 | 10011 | 1000100 | 10111 | 101011 | 110101 | 110011 |
Color Harmonies of #C59F40
Complementary color
Monochromatic Colors of #C59F40
Black with #C59F40
Text Example
Text Example
White with #C59F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F40; }
p { color: rgb(197,159,64); }
H1.HeaderClassName
{
color: #C59F40;
}
.AnyTagClassName
{
color: #C59F40;
}
</style>
background-color css
<style>
a { background-color: #C59F40; }
a { background-color: rgb(197,159,64); }
div.DivClassName
{
background-color: #C59F40;
}
.BgClassName
{
background-color: #C59F40;
}
</style>
border-color css
<style>
span { border-color: #C59F40; }
span { border-color: rgb(197,159,64); }
td.TdClassName
{
border-color: #C59F40;
}
.TagClassName
{
border-color: #C59F40;
}
</style>