Shades of Roti #C49F38
Tints of Roti #C49F38
RGB
CMYK
RGB Variations
Color information
#C49F38 (or 0xC49F38) is known color: Roti. HEX triplet: C4, 9F and 38. RGB value is (196,159,56). Sum of RGB (Red+Green+Blue) = 196+159+56=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49F38 is #3B60C7. Grayscale: #9E9E9E. Windows color (decimal): -3891400 or 3710916. OLE color: 3710916.
HSL color Cylindrical-coordinate representation of color #C49F38: hue angle of 44.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C49F38 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 56 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.23 |
| HSL | 44.14º | 0.56% | 0.49% | - |
| HSV(B) | 44.14º | 0.71% | 0.77% | - |
| XYZ | 35.88 | 36.82 | 8.96 | - |
| YUV | 158.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 56 | 0 | 0.19 | 0.71 | 0.23 | 44.14 | 0.56 | 0.49 |
| Hex | C4 | 9F | 38 | 0 | 13 | 47 | 17 | 2C | 38 | 31 |
| Octal | 304 | 237 | 70 | 0 | 23 | 107 | 27 | 54 | 70 | 61 |
| Binary | 11000100 | 10011111 | 111000 | 0 | 10011 | 1000111 | 10111 | 101100 | 111000 | 110001 |
Color Harmonies of #C49F38
Complementary color
Monochromatic Colors of #C49F38
Black with #C49F38
Text Example
Text Example
White with #C49F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F38; }
p { color: rgb(196,159,56); }
H1.HeaderClassName
{
color: #C49F38;
}
.AnyTagClassName
{
color: #C49F38;
}
</style>
background-color css
<style>
a { background-color: #C49F38; }
a { background-color: rgb(196,159,56); }
div.DivClassName
{
background-color: #C49F38;
}
.BgClassName
{
background-color: #C49F38;
}
</style>
border-color css
<style>
span { border-color: #C49F38; }
span { border-color: rgb(196,159,56); }
td.TdClassName
{
border-color: #C49F38;
}
.TagClassName
{
border-color: #C49F38;
}
</style>