Shades of Roti #C09742
Tints of Roti #C09742
RGB
CMYK
RGB Variations
Color information
#C09742 (or 0xC09742) is known color: Roti. HEX triplet: C0, 97 and 42. RGB value is (192,151,66). Sum of RGB (Red+Green+Blue) = 192+151+66=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C09742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09742 is #3F68BD. Grayscale: #999999. Windows color (decimal): -4155582 or 4364224. OLE color: 4364224.
HSL color Cylindrical-coordinate representation of color #C09742: hue angle of 40.48º 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 #C09742 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 66 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.25 |
| HSL | 40.48º | 0.5% | 0.51% | - |
| HSV(B) | 40.48º | 0.66% | 0.75% | - |
| XYZ | 33.79 | 33.73 | 9.88 | - |
| YUV | 153.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 66 | 0 | 0.21 | 0.66 | 0.25 | 40.48 | 0.5 | 0.51 |
| Hex | C0 | 97 | 42 | 0 | 15 | 42 | 19 | 28 | 32 | 33 |
| Octal | 300 | 227 | 102 | 0 | 25 | 102 | 31 | 50 | 62 | 63 |
| Binary | 11000000 | 10010111 | 1000010 | 0 | 10101 | 1000010 | 11001 | 101000 | 110010 | 110011 |
Color Harmonies of #C09742
Complementary color
Monochromatic Colors of #C09742
Black with #C09742
Text Example
Text Example
White with #C09742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09742; }
p { color: rgb(192,151,66); }
H1.HeaderClassName
{
color: #C09742;
}
.AnyTagClassName
{
color: #C09742;
}
</style>
background-color css
<style>
a { background-color: #C09742; }
a { background-color: rgb(192,151,66); }
div.DivClassName
{
background-color: #C09742;
}
.BgClassName
{
background-color: #C09742;
}
</style>
border-color css
<style>
span { border-color: #C09742; }
span { border-color: rgb(192,151,66); }
td.TdClassName
{
border-color: #C09742;
}
.TagClassName
{
border-color: #C09742;
}
</style>