Shades of Roti #C49B3C
Tints of Roti #C49B3C
RGB
CMYK
RGB Variations
Color information
#C49B3C (or 0xC49B3C) is known color: Roti. HEX triplet: C4, 9B and 3C. RGB value is (196,155,60). Sum of RGB (Red+Green+Blue) = 196+155+60=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49B3C is #3B64C3. Grayscale: #9C9C9C. Windows color (decimal): -3892420 or 3972036. OLE color: 3972036.
HSL color Cylindrical-coordinate representation of color #C49B3C: hue angle of 41.91º 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 #C49B3C is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 60 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.23 |
| HSL | 41.91º | 0.54% | 0.5% | - |
| HSV(B) | 41.91º | 0.69% | 0.77% | - |
| XYZ | 35.3 | 35.5 | 9.27 | - |
| YUV | 156.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 60 | 0 | 0.21 | 0.69 | 0.23 | 41.91 | 0.54 | 0.5 |
| Hex | C4 | 9B | 3C | 0 | 15 | 45 | 17 | 2A | 36 | 32 |
| Octal | 304 | 233 | 74 | 0 | 25 | 105 | 27 | 52 | 66 | 62 |
| Binary | 11000100 | 10011011 | 111100 | 0 | 10101 | 1000101 | 10111 | 101010 | 110110 | 110010 |
Color Harmonies of #C49B3C
Complementary color
Monochromatic Colors of #C49B3C
Black with #C49B3C
Text Example
Text Example
White with #C49B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B3C; }
p { color: rgb(196,155,60); }
H1.HeaderClassName
{
color: #C49B3C;
}
.AnyTagClassName
{
color: #C49B3C;
}
</style>
background-color css
<style>
a { background-color: #C49B3C; }
a { background-color: rgb(196,155,60); }
div.DivClassName
{
background-color: #C49B3C;
}
.BgClassName
{
background-color: #C49B3C;
}
</style>
border-color css
<style>
span { border-color: #C49B3C; }
span { border-color: rgb(196,155,60); }
td.TdClassName
{
border-color: #C49B3C;
}
.TagClassName
{
border-color: #C49B3C;
}
</style>