Shades of Roti #C09D36
Tints of Roti #C09D36
RGB
CMYK
RGB Variations
Color information
#C09D36 (or 0xC09D36) is known color: Roti. HEX triplet: C0, 9D and 36. RGB value is (192,157,54). Sum of RGB (Red+Green+Blue) = 192+157+54=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D36 is #3F62C9. Grayscale: #9C9C9C. Windows color (decimal): -4154058 or 3579328. OLE color: 3579328.
HSL color Cylindrical-coordinate representation of color #C09D36: hue angle of 44.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C09D36 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 54 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.25 |
| HSL | 44.78º | 0.56% | 0.48% | - |
| HSV(B) | 44.78º | 0.72% | 0.75% | - |
| XYZ | 34.46 | 35.59 | 8.54 | - |
| YUV | 155.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 54 | 0 | 0.18 | 0.72 | 0.25 | 44.78 | 0.56 | 0.48 |
| Hex | C0 | 9D | 36 | 0 | 12 | 48 | 19 | 2D | 38 | 30 |
| Octal | 300 | 235 | 66 | 0 | 22 | 110 | 31 | 55 | 70 | 60 |
| Binary | 11000000 | 10011101 | 110110 | 0 | 10010 | 1001000 | 11001 | 101101 | 111000 | 110000 |
Color Harmonies of #C09D36
Complementary color
Monochromatic Colors of #C09D36
Black with #C09D36
Text Example
Text Example
White with #C09D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D36; }
p { color: rgb(192,157,54); }
H1.HeaderClassName
{
color: #C09D36;
}
.AnyTagClassName
{
color: #C09D36;
}
</style>
background-color css
<style>
a { background-color: #C09D36; }
a { background-color: rgb(192,157,54); }
div.DivClassName
{
background-color: #C09D36;
}
.BgClassName
{
background-color: #C09D36;
}
</style>
border-color css
<style>
span { border-color: #C09D36; }
span { border-color: rgb(192,157,54); }
td.TdClassName
{
border-color: #C09D36;
}
.TagClassName
{
border-color: #C09D36;
}
</style>