Shades of Roti #C09F37
Tints of Roti #C09F37
RGB
CMYK
RGB Variations
Color information
#C09F37 (or 0xC09F37) is known color: Roti. HEX triplet: C0, 9F and 37. RGB value is (192,159,55). Sum of RGB (Red+Green+Blue) = 192+159+55=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09F37 is #3F60C8. Grayscale: #9D9D9D. Windows color (decimal): -4153545 or 3645376. OLE color: 3645376.
HSL color Cylindrical-coordinate representation of color #C09F37: hue angle of 45.55º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C09F37 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 55 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.25 |
| HSL | 45.55º | 0.55% | 0.48% | - |
| HSV(B) | 45.55º | 0.71% | 0.75% | - |
| XYZ | 34.83 | 36.28 | 8.78 | - |
| YUV | 157.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 55 | 0 | 0.17 | 0.71 | 0.25 | 45.55 | 0.55 | 0.48 |
| Hex | C0 | 9F | 37 | 0 | 11 | 47 | 19 | 2E | 37 | 30 |
| Octal | 300 | 237 | 67 | 0 | 21 | 107 | 31 | 56 | 67 | 60 |
| Binary | 11000000 | 10011111 | 110111 | 0 | 10001 | 1000111 | 11001 | 101110 | 110111 | 110000 |
Color Harmonies of #C09F37
Complementary color
Monochromatic Colors of #C09F37
Black with #C09F37
Text Example
Text Example
White with #C09F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F37; }
p { color: rgb(192,159,55); }
H1.HeaderClassName
{
color: #C09F37;
}
.AnyTagClassName
{
color: #C09F37;
}
</style>
background-color css
<style>
a { background-color: #C09F37; }
a { background-color: rgb(192,159,55); }
div.DivClassName
{
background-color: #C09F37;
}
.BgClassName
{
background-color: #C09F37;
}
</style>
border-color css
<style>
span { border-color: #C09F37; }
span { border-color: rgb(192,159,55); }
td.TdClassName
{
border-color: #C09F37;
}
.TagClassName
{
border-color: #C09F37;
}
</style>