Shades of Roti #C09D37
Tints of Roti #C09D37
RGB
CMYK
RGB Variations
Color information
#C09D37 (or 0xC09D37) is known color: Roti. HEX triplet: C0, 9D and 37. RGB value is (192,157,55). Sum of RGB (Red+Green+Blue) = 192+157+55=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D37 is #3F62C8. Grayscale: #9C9C9C. Windows color (decimal): -4154057 or 3644864. OLE color: 3644864.
HSL color Cylindrical-coordinate representation of color #C09D37: hue angle of 44.67º 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 #C09D37 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 55 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.25 |
| HSL | 44.67º | 0.55% | 0.48% | - |
| HSV(B) | 44.67º | 0.71% | 0.75% | - |
| XYZ | 34.48 | 35.6 | 8.67 | - |
| YUV | 155.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 55 | 0 | 0.18 | 0.71 | 0.25 | 44.67 | 0.55 | 0.48 |
| Hex | C0 | 9D | 37 | 0 | 12 | 47 | 19 | 2D | 37 | 30 |
| Octal | 300 | 235 | 67 | 0 | 22 | 107 | 31 | 55 | 67 | 60 |
| Binary | 11000000 | 10011101 | 110111 | 0 | 10010 | 1000111 | 11001 | 101101 | 110111 | 110000 |
Color Harmonies of #C09D37
Complementary color
Monochromatic Colors of #C09D37
Black with #C09D37
Text Example
Text Example
White with #C09D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D37; }
p { color: rgb(192,157,55); }
H1.HeaderClassName
{
color: #C09D37;
}
.AnyTagClassName
{
color: #C09D37;
}
</style>
background-color css
<style>
a { background-color: #C09D37; }
a { background-color: rgb(192,157,55); }
div.DivClassName
{
background-color: #C09D37;
}
.BgClassName
{
background-color: #C09D37;
}
</style>
border-color css
<style>
span { border-color: #C09D37; }
span { border-color: rgb(192,157,55); }
td.TdClassName
{
border-color: #C09D37;
}
.TagClassName
{
border-color: #C09D37;
}
</style>