Shades of Roti #C0993D
Tints of Roti #C0993D
RGB
CMYK
RGB Variations
Color information
#C0993D (or 0xC0993D) is known color: Roti. HEX triplet: C0, 99 and 3D. RGB value is (192,153,61). Sum of RGB (Red+Green+Blue) = 192+153+61=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0993D is #3F66C2. Grayscale: #9A9A9A. Windows color (decimal): -4155075 or 4037056. OLE color: 4037056.
HSL color Cylindrical-coordinate representation of color #C0993D: hue angle of 42.14º 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 #C0993D is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 61 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.25 |
| HSL | 42.14º | 0.52% | 0.5% | - |
| HSV(B) | 42.14º | 0.68% | 0.75% | - |
| XYZ | 33.97 | 34.33 | 9.25 | - |
| YUV | 154.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 61 | 0 | 0.20 | 0.68 | 0.25 | 42.14 | 0.52 | 0.5 |
| Hex | C0 | 99 | 3D | 0 | 14 | 44 | 19 | 2A | 34 | 32 |
| Octal | 300 | 231 | 75 | 0 | 24 | 104 | 31 | 52 | 64 | 62 |
| Binary | 11000000 | 10011001 | 111101 | 0 | 10100 | 1000100 | 11001 | 101010 | 110100 | 110010 |
Color Harmonies of #C0993D
Complementary color
Monochromatic Colors of #C0993D
Black with #C0993D
Text Example
Text Example
White with #C0993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0993D; }
p { color: rgb(192,153,61); }
H1.HeaderClassName
{
color: #C0993D;
}
.AnyTagClassName
{
color: #C0993D;
}
</style>
background-color css
<style>
a { background-color: #C0993D; }
a { background-color: rgb(192,153,61); }
div.DivClassName
{
background-color: #C0993D;
}
.BgClassName
{
background-color: #C0993D;
}
</style>
border-color css
<style>
span { border-color: #C0993D; }
span { border-color: rgb(192,153,61); }
td.TdClassName
{
border-color: #C0993D;
}
.TagClassName
{
border-color: #C0993D;
}
</style>