Shades of Roti #C09D40
Tints of Roti #C09D40
RGB
CMYK
RGB Variations
Color information
#C09D40 (or 0xC09D40) is known color: Roti. HEX triplet: C0, 9D and 40. RGB value is (192,157,64). Sum of RGB (Red+Green+Blue) = 192+157+64=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D40 is #3F62BF. Grayscale: #9D9D9D. Windows color (decimal): -4154048 or 4234688. OLE color: 4234688.
HSL color Cylindrical-coordinate representation of color #C09D40: hue angle of 43.59º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C09D40 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 64 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.25 |
| HSL | 43.59º | 0.5% | 0.5% | - |
| HSV(B) | 43.59º | 0.67% | 0.75% | - |
| XYZ | 34.72 | 35.69 | 9.91 | - |
| YUV | 156.86 | 75.6 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 64 | 0 | 0.18 | 0.67 | 0.25 | 43.59 | 0.5 | 0.5 |
| Hex | C0 | 9D | 40 | 0 | 12 | 43 | 19 | 2C | 32 | 32 |
| Octal | 300 | 235 | 100 | 0 | 22 | 103 | 31 | 54 | 62 | 62 |
| Binary | 11000000 | 10011101 | 1000000 | 0 | 10010 | 1000011 | 11001 | 101100 | 110010 | 110010 |
Color Harmonies of #C09D40
Complementary color
Monochromatic Colors of #C09D40
Black with #C09D40
Text Example
Text Example
White with #C09D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D40; }
p { color: rgb(192,157,64); }
H1.HeaderClassName
{
color: #C09D40;
}
.AnyTagClassName
{
color: #C09D40;
}
</style>
background-color css
<style>
a { background-color: #C09D40; }
a { background-color: rgb(192,157,64); }
div.DivClassName
{
background-color: #C09D40;
}
.BgClassName
{
background-color: #C09D40;
}
</style>
border-color css
<style>
span { border-color: #C09D40; }
span { border-color: rgb(192,157,64); }
td.TdClassName
{
border-color: #C09D40;
}
.TagClassName
{
border-color: #C09D40;
}
</style>