Shades of Roti #C49F3C
Tints of Roti #C49F3C
RGB
CMYK
RGB Variations
Color information
#C49F3C (or 0xC49F3C) is known color: Roti. HEX triplet: C4, 9F and 3C. RGB value is (196,159,60). Sum of RGB (Red+Green+Blue) = 196+159+60=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49F3C is #3B60C3. Grayscale: #9F9F9F. Windows color (decimal): -3891396 or 3973060. OLE color: 3973060.
HSL color Cylindrical-coordinate representation of color #C49F3C: hue angle of 43.68º 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 #C49F3C is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 60 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.23 |
| HSL | 43.68º | 0.54% | 0.5% | - |
| HSV(B) | 43.68º | 0.69% | 0.77% | - |
| XYZ | 35.98 | 36.86 | 9.49 | - |
| YUV | 158.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 60 | 0 | 0.19 | 0.69 | 0.23 | 43.68 | 0.54 | 0.5 |
| Hex | C4 | 9F | 3C | 0 | 13 | 45 | 17 | 2C | 36 | 32 |
| Octal | 304 | 237 | 74 | 0 | 23 | 105 | 27 | 54 | 66 | 62 |
| Binary | 11000100 | 10011111 | 111100 | 0 | 10011 | 1000101 | 10111 | 101100 | 110110 | 110010 |
Color Harmonies of #C49F3C
Complementary color
Monochromatic Colors of #C49F3C
Black with #C49F3C
Text Example
Text Example
White with #C49F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F3C; }
p { color: rgb(196,159,60); }
H1.HeaderClassName
{
color: #C49F3C;
}
.AnyTagClassName
{
color: #C49F3C;
}
</style>
background-color css
<style>
a { background-color: #C49F3C; }
a { background-color: rgb(196,159,60); }
div.DivClassName
{
background-color: #C49F3C;
}
.BgClassName
{
background-color: #C49F3C;
}
</style>
border-color css
<style>
span { border-color: #C49F3C; }
span { border-color: rgb(196,159,60); }
td.TdClassName
{
border-color: #C49F3C;
}
.TagClassName
{
border-color: #C49F3C;
}
</style>