Shades of Roti #C49E3C
Tints of Roti #C49E3C
RGB
CMYK
RGB Variations
Color information
#C49E3C (or 0xC49E3C) is known color: Roti. HEX triplet: C4, 9E and 3C. RGB value is (196,158,60). Sum of RGB (Red+Green+Blue) = 196+158+60=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49E3C is #3B61C3. Grayscale: #9E9E9E. Windows color (decimal): -3891652 or 3972804. OLE color: 3972804.
HSL color Cylindrical-coordinate representation of color #C49E3C: hue angle of 43.24º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C49E3C is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 60 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.23 |
| HSL | 43.24º | 0.54% | 0.5% | - |
| HSV(B) | 43.24º | 0.69% | 0.77% | - |
| XYZ | 35.81 | 36.52 | 9.44 | - |
| YUV | 158.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 60 | 0 | 0.19 | 0.69 | 0.23 | 43.24 | 0.54 | 0.5 |
| Hex | C4 | 9E | 3C | 0 | 13 | 45 | 17 | 2B | 36 | 32 |
| Octal | 304 | 236 | 74 | 0 | 23 | 105 | 27 | 53 | 66 | 62 |
| Binary | 11000100 | 10011110 | 111100 | 0 | 10011 | 1000101 | 10111 | 101011 | 110110 | 110010 |
Color Harmonies of #C49E3C
Complementary color
Monochromatic Colors of #C49E3C
Black with #C49E3C
Text Example
Text Example
White with #C49E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E3C; }
p { color: rgb(196,158,60); }
H1.HeaderClassName
{
color: #C49E3C;
}
.AnyTagClassName
{
color: #C49E3C;
}
</style>
background-color css
<style>
a { background-color: #C49E3C; }
a { background-color: rgb(196,158,60); }
div.DivClassName
{
background-color: #C49E3C;
}
.BgClassName
{
background-color: #C49E3C;
}
</style>
border-color css
<style>
span { border-color: #C49E3C; }
span { border-color: rgb(196,158,60); }
td.TdClassName
{
border-color: #C49E3C;
}
.TagClassName
{
border-color: #C49E3C;
}
</style>