Shades of Roti #C4A03F
Tints of Roti #C4A03F
RGB
CMYK
RGB Variations
Color information
#C4A03F (or 0xC4A03F) is known color: Roti. HEX triplet: C4, A0 and 3F. RGB value is (196,160,63). Sum of RGB (Red+Green+Blue) = 196+160+63=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A03F is #3B5FC0. Grayscale: #A0A0A0. Windows color (decimal): -3891137 or 4169924. OLE color: 4169924.
HSL color Cylindrical-coordinate representation of color #C4A03F: hue angle of 43.76º 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 #C4A03F is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 63 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.23 |
| HSL | 43.76º | 0.53% | 0.51% | - |
| HSV(B) | 43.76º | 0.68% | 0.77% | - |
| XYZ | 36.23 | 37.24 | 9.98 | - |
| YUV | 159.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 63 | 0 | 0.18 | 0.68 | 0.23 | 43.76 | 0.53 | 0.51 |
| Hex | C4 | A0 | 3F | 0 | 12 | 44 | 17 | 2C | 35 | 33 |
| Octal | 304 | 240 | 77 | 0 | 22 | 104 | 27 | 54 | 65 | 63 |
| Binary | 11000100 | 10100000 | 111111 | 0 | 10010 | 1000100 | 10111 | 101100 | 110101 | 110011 |
Color Harmonies of #C4A03F
Complementary color
Monochromatic Colors of #C4A03F
Black with #C4A03F
Text Example
Text Example
White with #C4A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A03F; }
p { color: rgb(196,160,63); }
H1.HeaderClassName
{
color: #C4A03F;
}
.AnyTagClassName
{
color: #C4A03F;
}
</style>
background-color css
<style>
a { background-color: #C4A03F; }
a { background-color: rgb(196,160,63); }
div.DivClassName
{
background-color: #C4A03F;
}
.BgClassName
{
background-color: #C4A03F;
}
</style>
border-color css
<style>
span { border-color: #C4A03F; }
span { border-color: rgb(196,160,63); }
td.TdClassName
{
border-color: #C4A03F;
}
.TagClassName
{
border-color: #C4A03F;
}
</style>