Shades of Roti #C09E3F
Tints of Roti #C09E3F
RGB
CMYK
RGB Variations
Color information
#C09E3F (or 0xC09E3F) is known color: Roti. HEX triplet: C0, 9E and 3F. RGB value is (192,158,63). Sum of RGB (Red+Green+Blue) = 192+158+63=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09E3F is #3F61C0. Grayscale: #9D9D9D. Windows color (decimal): -4153793 or 4169408. OLE color: 4169408.
HSL color Cylindrical-coordinate representation of color #C09E3F: hue angle of 44.19º degrees, saturation: 0.51, 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 #C09E3F is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 63 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.25 |
| HSL | 44.19º | 0.51% | 0.5% | - |
| HSV(B) | 44.19º | 0.67% | 0.75% | - |
| XYZ | 34.86 | 36.02 | 9.82 | - |
| YUV | 157.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 63 | 0 | 0.18 | 0.67 | 0.25 | 44.19 | 0.51 | 0.5 |
| Hex | C0 | 9E | 3F | 0 | 12 | 43 | 19 | 2C | 33 | 32 |
| Octal | 300 | 236 | 77 | 0 | 22 | 103 | 31 | 54 | 63 | 62 |
| Binary | 11000000 | 10011110 | 111111 | 0 | 10010 | 1000011 | 11001 | 101100 | 110011 | 110010 |
Color Harmonies of #C09E3F
Complementary color
Monochromatic Colors of #C09E3F
Black with #C09E3F
Text Example
Text Example
White with #C09E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E3F; }
p { color: rgb(192,158,63); }
H1.HeaderClassName
{
color: #C09E3F;
}
.AnyTagClassName
{
color: #C09E3F;
}
</style>
background-color css
<style>
a { background-color: #C09E3F; }
a { background-color: rgb(192,158,63); }
div.DivClassName
{
background-color: #C09E3F;
}
.BgClassName
{
background-color: #C09E3F;
}
</style>
border-color css
<style>
span { border-color: #C09E3F; }
span { border-color: rgb(192,158,63); }
td.TdClassName
{
border-color: #C09E3F;
}
.TagClassName
{
border-color: #C09E3F;
}
</style>