Shades of Roti #C09740
Tints of Roti #C09740
RGB
CMYK
RGB Variations
Color information
#C09740 (or 0xC09740) is known color: Roti. HEX triplet: C0, 97 and 40. RGB value is (192,151,64). Sum of RGB (Red+Green+Blue) = 192+151+64=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C09740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09740 is #3F68BF. Grayscale: #999999. Windows color (decimal): -4155584 or 4233152. OLE color: 4233152.
HSL color Cylindrical-coordinate representation of color #C09740: hue angle of 40.78º degrees, saturation: 0.5, 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 #C09740 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 64 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.25 |
| HSL | 40.78º | 0.5% | 0.5% | - |
| HSV(B) | 40.78º | 0.67% | 0.75% | - |
| XYZ | 33.73 | 33.71 | 9.58 | - |
| YUV | 153.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 64 | 0 | 0.21 | 0.67 | 0.25 | 40.78 | 0.5 | 0.5 |
| Hex | C0 | 97 | 40 | 0 | 15 | 43 | 19 | 29 | 32 | 32 |
| Octal | 300 | 227 | 100 | 0 | 25 | 103 | 31 | 51 | 62 | 62 |
| Binary | 11000000 | 10010111 | 1000000 | 0 | 10101 | 1000011 | 11001 | 101001 | 110010 | 110010 |
Color Harmonies of #C09740
Complementary color
Monochromatic Colors of #C09740
Black with #C09740
Text Example
Text Example
White with #C09740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09740; }
p { color: rgb(192,151,64); }
H1.HeaderClassName
{
color: #C09740;
}
.AnyTagClassName
{
color: #C09740;
}
</style>
background-color css
<style>
a { background-color: #C09740; }
a { background-color: rgb(192,151,64); }
div.DivClassName
{
background-color: #C09740;
}
.BgClassName
{
background-color: #C09740;
}
</style>
border-color css
<style>
span { border-color: #C09740; }
span { border-color: rgb(192,151,64); }
td.TdClassName
{
border-color: #C09740;
}
.TagClassName
{
border-color: #C09740;
}
</style>