Shades of Roti #C09F3E
Tints of Roti #C09F3E
RGB
CMYK
RGB Variations
Color information
#C09F3E (or 0xC09F3E) is known color: Roti. HEX triplet: C0, 9F and 3E. RGB value is (192,159,62). Sum of RGB (Red+Green+Blue) = 192+159+62=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09F3E is #3F60C1. Grayscale: #9E9E9E. Windows color (decimal): -4153538 or 4104128. OLE color: 4104128.
HSL color Cylindrical-coordinate representation of color #C09F3E: hue angle of 44.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C09F3E is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 62 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.25 |
| HSL | 44.77º | 0.51% | 0.5% | - |
| HSV(B) | 44.77º | 0.68% | 0.75% | - |
| XYZ | 35.01 | 36.35 | 9.73 | - |
| YUV | 157.81 | 73.93 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 62 | 0 | 0.17 | 0.68 | 0.25 | 44.77 | 0.51 | 0.5 |
| Hex | C0 | 9F | 3E | 0 | 11 | 44 | 19 | 2D | 33 | 32 |
| Octal | 300 | 237 | 76 | 0 | 21 | 104 | 31 | 55 | 63 | 62 |
| Binary | 11000000 | 10011111 | 111110 | 0 | 10001 | 1000100 | 11001 | 101101 | 110011 | 110010 |
Color Harmonies of #C09F3E
Complementary color
Monochromatic Colors of #C09F3E
Black with #C09F3E
Text Example
Text Example
White with #C09F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F3E; }
p { color: rgb(192,159,62); }
H1.HeaderClassName
{
color: #C09F3E;
}
.AnyTagClassName
{
color: #C09F3E;
}
</style>
background-color css
<style>
a { background-color: #C09F3E; }
a { background-color: rgb(192,159,62); }
div.DivClassName
{
background-color: #C09F3E;
}
.BgClassName
{
background-color: #C09F3E;
}
</style>
border-color css
<style>
span { border-color: #C09F3E; }
span { border-color: rgb(192,159,62); }
td.TdClassName
{
border-color: #C09F3E;
}
.TagClassName
{
border-color: #C09F3E;
}
</style>