Shades of Roti #C09E3D
Tints of Roti #C09E3D
RGB
CMYK
RGB Variations
Color information
#C09E3D (or 0xC09E3D) is known color: Roti. HEX triplet: C0, 9E and 3D. RGB value is (192,158,61). Sum of RGB (Red+Green+Blue) = 192+158+61=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09E3D is #3F61C2. Grayscale: #9D9D9D. Windows color (decimal): -4153795 or 4038336. OLE color: 4038336.
HSL color Cylindrical-coordinate representation of color #C09E3D: hue angle of 44.43º degrees, saturation: 0.52, 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 #C09E3D is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 61 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.25 |
| HSL | 44.43º | 0.52% | 0.5% | - |
| HSV(B) | 44.43º | 0.68% | 0.75% | - |
| XYZ | 34.81 | 36 | 9.53 | - |
| YUV | 157.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 61 | 0 | 0.18 | 0.68 | 0.25 | 44.43 | 0.52 | 0.5 |
| Hex | C0 | 9E | 3D | 0 | 12 | 44 | 19 | 2C | 34 | 32 |
| Octal | 300 | 236 | 75 | 0 | 22 | 104 | 31 | 54 | 64 | 62 |
| Binary | 11000000 | 10011110 | 111101 | 0 | 10010 | 1000100 | 11001 | 101100 | 110100 | 110010 |
Color Harmonies of #C09E3D
Complementary color
Monochromatic Colors of #C09E3D
Black with #C09E3D
Text Example
Text Example
White with #C09E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E3D; }
p { color: rgb(192,158,61); }
H1.HeaderClassName
{
color: #C09E3D;
}
.AnyTagClassName
{
color: #C09E3D;
}
</style>
background-color css
<style>
a { background-color: #C09E3D; }
a { background-color: rgb(192,158,61); }
div.DivClassName
{
background-color: #C09E3D;
}
.BgClassName
{
background-color: #C09E3D;
}
</style>
border-color css
<style>
span { border-color: #C09E3D; }
span { border-color: rgb(192,158,61); }
td.TdClassName
{
border-color: #C09E3D;
}
.TagClassName
{
border-color: #C09E3D;
}
</style>