Shades of Roti #C49C3B
Tints of Roti #C49C3B
RGB
CMYK
RGB Variations
Color information
#C49C3B (or 0xC49C3B) is known color: Roti. HEX triplet: C4, 9C and 3B. RGB value is (196,156,59). Sum of RGB (Red+Green+Blue) = 196+156+59=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49C3B is #3B63C4. Grayscale: #9D9D9D. Windows color (decimal): -3892165 or 3906756. OLE color: 3906756.
HSL color Cylindrical-coordinate representation of color #C49C3B: hue angle of 42.48º 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 #C49C3B is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 59 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.23 |
| HSL | 42.48º | 0.54% | 0.5% | - |
| HSV(B) | 42.48º | 0.7% | 0.77% | - |
| XYZ | 35.44 | 35.83 | 9.19 | - |
| YUV | 156.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 59 | 0 | 0.20 | 0.70 | 0.23 | 42.48 | 0.54 | 0.5 |
| Hex | C4 | 9C | 3B | 0 | 14 | 46 | 17 | 2A | 36 | 32 |
| Octal | 304 | 234 | 73 | 0 | 24 | 106 | 27 | 52 | 66 | 62 |
| Binary | 11000100 | 10011100 | 111011 | 0 | 10100 | 1000110 | 10111 | 101010 | 110110 | 110010 |
Color Harmonies of #C49C3B
Complementary color
Monochromatic Colors of #C49C3B
Black with #C49C3B
Text Example
Text Example
White with #C49C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C3B; }
p { color: rgb(196,156,59); }
H1.HeaderClassName
{
color: #C49C3B;
}
.AnyTagClassName
{
color: #C49C3B;
}
</style>
background-color css
<style>
a { background-color: #C49C3B; }
a { background-color: rgb(196,156,59); }
div.DivClassName
{
background-color: #C49C3B;
}
.BgClassName
{
background-color: #C49C3B;
}
</style>
border-color css
<style>
span { border-color: #C49C3B; }
span { border-color: rgb(196,156,59); }
td.TdClassName
{
border-color: #C49C3B;
}
.TagClassName
{
border-color: #C49C3B;
}
</style>