Shades of Roti #C09842
Tints of Roti #C09842
RGB
CMYK
RGB Variations
Color information
#C09842 (or 0xC09842) is known color: Roti. HEX triplet: C0, 98 and 42. RGB value is (192,152,66). Sum of RGB (Red+Green+Blue) = 192+152+66=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C09842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09842 is #3F67BD. Grayscale: #9A9A9A. Windows color (decimal): -4155326 or 4364480. OLE color: 4364480.
HSL color Cylindrical-coordinate representation of color #C09842: hue angle of 40.95º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C09842 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 66 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.25 |
| HSL | 40.95º | 0.5% | 0.51% | - |
| HSV(B) | 40.95º | 0.66% | 0.75% | - |
| XYZ | 33.95 | 34.06 | 9.94 | - |
| YUV | 154.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 66 | 0 | 0.21 | 0.66 | 0.25 | 40.95 | 0.5 | 0.51 |
| Hex | C0 | 98 | 42 | 0 | 15 | 42 | 19 | 29 | 32 | 33 |
| Octal | 300 | 230 | 102 | 0 | 25 | 102 | 31 | 51 | 62 | 63 |
| Binary | 11000000 | 10011000 | 1000010 | 0 | 10101 | 1000010 | 11001 | 101001 | 110010 | 110011 |
Color Harmonies of #C09842
Complementary color
Monochromatic Colors of #C09842
Black with #C09842
Text Example
Text Example
White with #C09842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09842; }
p { color: rgb(192,152,66); }
H1.HeaderClassName
{
color: #C09842;
}
.AnyTagClassName
{
color: #C09842;
}
</style>
background-color css
<style>
a { background-color: #C09842; }
a { background-color: rgb(192,152,66); }
div.DivClassName
{
background-color: #C09842;
}
.BgClassName
{
background-color: #C09842;
}
</style>
border-color css
<style>
span { border-color: #C09842; }
span { border-color: rgb(192,152,66); }
td.TdClassName
{
border-color: #C09842;
}
.TagClassName
{
border-color: #C09842;
}
</style>