Shades of Roti #C4A03E
Tints of Roti #C4A03E
RGB
CMYK
RGB Variations
Color information
#C4A03E (or 0xC4A03E) is known color: Roti. HEX triplet: C4, A0 and 3E. RGB value is (196,160,62). Sum of RGB (Red+Green+Blue) = 196+160+62=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A03E is #3B5FC1. Grayscale: #A0A0A0. Windows color (decimal): -3891138 or 4104388. OLE color: 4104388.
HSL color Cylindrical-coordinate representation of color #C4A03E: hue angle of 43.88º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4A03E is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 62 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.23 |
| HSL | 43.88º | 0.53% | 0.51% | - |
| HSV(B) | 43.88º | 0.68% | 0.77% | - |
| XYZ | 36.21 | 37.23 | 9.83 | - |
| YUV | 159.59 | 72.93 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 62 | 0 | 0.18 | 0.68 | 0.23 | 43.88 | 0.53 | 0.51 |
| Hex | C4 | A0 | 3E | 0 | 12 | 44 | 17 | 2C | 35 | 33 |
| Octal | 304 | 240 | 76 | 0 | 22 | 104 | 27 | 54 | 65 | 63 |
| Binary | 11000100 | 10100000 | 111110 | 0 | 10010 | 1000100 | 10111 | 101100 | 110101 | 110011 |
Color Harmonies of #C4A03E
Complementary color
Monochromatic Colors of #C4A03E
Black with #C4A03E
Text Example
Text Example
White with #C4A03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A03E; }
p { color: rgb(196,160,62); }
H1.HeaderClassName
{
color: #C4A03E;
}
.AnyTagClassName
{
color: #C4A03E;
}
</style>
background-color css
<style>
a { background-color: #C4A03E; }
a { background-color: rgb(196,160,62); }
div.DivClassName
{
background-color: #C4A03E;
}
.BgClassName
{
background-color: #C4A03E;
}
</style>
border-color css
<style>
span { border-color: #C4A03E; }
span { border-color: rgb(196,160,62); }
td.TdClassName
{
border-color: #C4A03E;
}
.TagClassName
{
border-color: #C4A03E;
}
</style>