Shades of Roti #C4A039
Tints of Roti #C4A039
RGB
CMYK
RGB Variations
Color information
#C4A039 (or 0xC4A039) is known color: Roti. HEX triplet: C4, A0 and 39. RGB value is (196,160,57). Sum of RGB (Red+Green+Blue) = 196+160+57=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A039 is #3B5FC6. Grayscale: #9F9F9F. Windows color (decimal): -3891143 or 3776708. OLE color: 3776708.
HSL color Cylindrical-coordinate representation of color #C4A039: hue angle of 44.46º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4A039 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 57 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.23 |
| HSL | 44.46º | 0.55% | 0.5% | - |
| HSV(B) | 44.46º | 0.71% | 0.77% | - |
| XYZ | 36.07 | 37.17 | 9.14 | - |
| YUV | 159.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 57 | 0 | 0.18 | 0.71 | 0.23 | 44.46 | 0.55 | 0.5 |
| Hex | C4 | A0 | 39 | 0 | 12 | 47 | 17 | 2C | 37 | 32 |
| Octal | 304 | 240 | 71 | 0 | 22 | 107 | 27 | 54 | 67 | 62 |
| Binary | 11000100 | 10100000 | 111001 | 0 | 10010 | 1000111 | 10111 | 101100 | 110111 | 110010 |
Color Harmonies of #C4A039
Complementary color
Monochromatic Colors of #C4A039
Black with #C4A039
Text Example
Text Example
White with #C4A039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A039; }
p { color: rgb(196,160,57); }
H1.HeaderClassName
{
color: #C4A039;
}
.AnyTagClassName
{
color: #C4A039;
}
</style>
background-color css
<style>
a { background-color: #C4A039; }
a { background-color: rgb(196,160,57); }
div.DivClassName
{
background-color: #C4A039;
}
.BgClassName
{
background-color: #C4A039;
}
</style>
border-color css
<style>
span { border-color: #C4A039; }
span { border-color: rgb(196,160,57); }
td.TdClassName
{
border-color: #C4A039;
}
.TagClassName
{
border-color: #C4A039;
}
</style>