Shades of Roti #C49D3A
Tints of Roti #C49D3A
RGB
CMYK
RGB Variations
Color information
#C49D3A (or 0xC49D3A) is known color: Roti. HEX triplet: C4, 9D and 3A. RGB value is (196,157,58). Sum of RGB (Red+Green+Blue) = 196+157+58=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D3A is #3B62C5. Grayscale: #9D9D9D. Windows color (decimal): -3891910 or 3841476. OLE color: 3841476.
HSL color Cylindrical-coordinate representation of color #C49D3A: hue angle of 43.04º 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 #C49D3A is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 58 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.23 |
| HSL | 43.04º | 0.54% | 0.5% | - |
| HSV(B) | 43.04º | 0.7% | 0.77% | - |
| XYZ | 35.59 | 36.16 | 9.11 | - |
| YUV | 157.38 | 71.92 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 58 | 0 | 0.20 | 0.70 | 0.23 | 43.04 | 0.54 | 0.5 |
| Hex | C4 | 9D | 3A | 0 | 14 | 46 | 17 | 2B | 36 | 32 |
| Octal | 304 | 235 | 72 | 0 | 24 | 106 | 27 | 53 | 66 | 62 |
| Binary | 11000100 | 10011101 | 111010 | 0 | 10100 | 1000110 | 10111 | 101011 | 110110 | 110010 |
Color Harmonies of #C49D3A
Complementary color
Monochromatic Colors of #C49D3A
Black with #C49D3A
Text Example
Text Example
White with #C49D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D3A; }
p { color: rgb(196,157,58); }
H1.HeaderClassName
{
color: #C49D3A;
}
.AnyTagClassName
{
color: #C49D3A;
}
</style>
background-color css
<style>
a { background-color: #C49D3A; }
a { background-color: rgb(196,157,58); }
div.DivClassName
{
background-color: #C49D3A;
}
.BgClassName
{
background-color: #C49D3A;
}
</style>
border-color css
<style>
span { border-color: #C49D3A; }
span { border-color: rgb(196,157,58); }
td.TdClassName
{
border-color: #C49D3A;
}
.TagClassName
{
border-color: #C49D3A;
}
</style>