Shades of Roti #C49F3A
Tints of Roti #C49F3A
RGB
CMYK
RGB Variations
Color information
#C49F3A (or 0xC49F3A) is known color: Roti. HEX triplet: C4, 9F and 3A. RGB value is (196,159,58). Sum of RGB (Red+Green+Blue) = 196+159+58=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49F3A is #3B60C5. Grayscale: #9E9E9E. Windows color (decimal): -3891398 or 3841988. OLE color: 3841988.
HSL color Cylindrical-coordinate representation of color #C49F3A: hue angle of 43.91º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C49F3A is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 58 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.23 |
| HSL | 43.91º | 0.54% | 0.5% | - |
| HSV(B) | 43.91º | 0.7% | 0.77% | - |
| XYZ | 35.93 | 36.84 | 9.22 | - |
| YUV | 158.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 58 | 0 | 0.19 | 0.70 | 0.23 | 43.91 | 0.54 | 0.5 |
| Hex | C4 | 9F | 3A | 0 | 13 | 46 | 17 | 2C | 36 | 32 |
| Octal | 304 | 237 | 72 | 0 | 23 | 106 | 27 | 54 | 66 | 62 |
| Binary | 11000100 | 10011111 | 111010 | 0 | 10011 | 1000110 | 10111 | 101100 | 110110 | 110010 |
Color Harmonies of #C49F3A
Complementary color
Monochromatic Colors of #C49F3A
Black with #C49F3A
Text Example
Text Example
White with #C49F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F3A; }
p { color: rgb(196,159,58); }
H1.HeaderClassName
{
color: #C49F3A;
}
.AnyTagClassName
{
color: #C49F3A;
}
</style>
background-color css
<style>
a { background-color: #C49F3A; }
a { background-color: rgb(196,159,58); }
div.DivClassName
{
background-color: #C49F3A;
}
.BgClassName
{
background-color: #C49F3A;
}
</style>
border-color css
<style>
span { border-color: #C49F3A; }
span { border-color: rgb(196,159,58); }
td.TdClassName
{
border-color: #C49F3A;
}
.TagClassName
{
border-color: #C49F3A;
}
</style>