Shades of Roti #C09E37
Tints of Roti #C09E37
RGB
CMYK
RGB Variations
Color information
#C09E37 (or 0xC09E37) is known color: Roti. HEX triplet: C0, 9E and 37. RGB value is (192,158,55). Sum of RGB (Red+Green+Blue) = 192+158+55=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09E37 is #3F61C8. Grayscale: #9C9C9C. Windows color (decimal): -4153801 or 3645120. OLE color: 3645120.
HSL color Cylindrical-coordinate representation of color #C09E37: hue angle of 45.11º 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 #C09E37 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 55 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.25 |
| HSL | 45.11º | 0.55% | 0.48% | - |
| HSV(B) | 45.11º | 0.71% | 0.75% | - |
| XYZ | 34.65 | 35.94 | 8.72 | - |
| YUV | 156.42 | 70.76 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 55 | 0 | 0.18 | 0.71 | 0.25 | 45.11 | 0.55 | 0.48 |
| Hex | C0 | 9E | 37 | 0 | 12 | 47 | 19 | 2D | 37 | 30 |
| Octal | 300 | 236 | 67 | 0 | 22 | 107 | 31 | 55 | 67 | 60 |
| Binary | 11000000 | 10011110 | 110111 | 0 | 10010 | 1000111 | 11001 | 101101 | 110111 | 110000 |
Color Harmonies of #C09E37
Complementary color
Monochromatic Colors of #C09E37
Black with #C09E37
Text Example
Text Example
White with #C09E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E37; }
p { color: rgb(192,158,55); }
H1.HeaderClassName
{
color: #C09E37;
}
.AnyTagClassName
{
color: #C09E37;
}
</style>
background-color css
<style>
a { background-color: #C09E37; }
a { background-color: rgb(192,158,55); }
div.DivClassName
{
background-color: #C09E37;
}
.BgClassName
{
background-color: #C09E37;
}
</style>
border-color css
<style>
span { border-color: #C09E37; }
span { border-color: rgb(192,158,55); }
td.TdClassName
{
border-color: #C09E37;
}
.TagClassName
{
border-color: #C09E37;
}
</style>