Shades of Roti #C0993A
Tints of Roti #C0993A
RGB
CMYK
RGB Variations
Color information
#C0993A (or 0xC0993A) is known color: Roti. HEX triplet: C0, 99 and 3A. RGB value is (192,153,58). Sum of RGB (Red+Green+Blue) = 192+153+58=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0993A is #3F66C5. Grayscale: #9A9A9A. Windows color (decimal): -4155078 or 3840448. OLE color: 3840448.
HSL color Cylindrical-coordinate representation of color #C0993A: hue angle of 42.54º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0993A is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 58 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.25 |
| HSL | 42.54º | 0.54% | 0.49% | - |
| HSV(B) | 42.54º | 0.7% | 0.75% | - |
| XYZ | 33.89 | 34.29 | 8.84 | - |
| YUV | 153.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 58 | 0 | 0.20 | 0.70 | 0.25 | 42.54 | 0.54 | 0.49 |
| Hex | C0 | 99 | 3A | 0 | 14 | 46 | 19 | 2B | 36 | 31 |
| Octal | 300 | 231 | 72 | 0 | 24 | 106 | 31 | 53 | 66 | 61 |
| Binary | 11000000 | 10011001 | 111010 | 0 | 10100 | 1000110 | 11001 | 101011 | 110110 | 110001 |
Color Harmonies of #C0993A
Complementary color
Monochromatic Colors of #C0993A
Black with #C0993A
Text Example
Text Example
White with #C0993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0993A; }
p { color: rgb(192,153,58); }
H1.HeaderClassName
{
color: #C0993A;
}
.AnyTagClassName
{
color: #C0993A;
}
</style>
background-color css
<style>
a { background-color: #C0993A; }
a { background-color: rgb(192,153,58); }
div.DivClassName
{
background-color: #C0993A;
}
.BgClassName
{
background-color: #C0993A;
}
</style>
border-color css
<style>
span { border-color: #C0993A; }
span { border-color: rgb(192,153,58); }
td.TdClassName
{
border-color: #C0993A;
}
.TagClassName
{
border-color: #C0993A;
}
</style>