Shades of Roti #C3A03F
Tints of Roti #C3A03F
RGB
CMYK
RGB Variations
Color information
#C3A03F (or 0xC3A03F) is known color: Roti. HEX triplet: C3, A0 and 3F. RGB value is (195,160,63). Sum of RGB (Red+Green+Blue) = 195+160+63=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A03F is #3C5FC0. Grayscale: #9F9F9F. Windows color (decimal): -3956673 or 4169923. OLE color: 4169923.
HSL color Cylindrical-coordinate representation of color #C3A03F: hue angle of 44.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3A03F is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 63 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.24 |
| HSL | 44.09º | 0.52% | 0.51% | - |
| HSV(B) | 44.09º | 0.68% | 0.76% | - |
| XYZ | 35.97 | 37.1 | 9.97 | - |
| YUV | 159.41 | 73.6 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 63 | 0 | 0.18 | 0.68 | 0.24 | 44.09 | 0.52 | 0.51 |
| Hex | C3 | A0 | 3F | 0 | 12 | 44 | 18 | 2C | 34 | 33 |
| Octal | 303 | 240 | 77 | 0 | 22 | 104 | 30 | 54 | 64 | 63 |
| Binary | 11000011 | 10100000 | 111111 | 0 | 10010 | 1000100 | 11000 | 101100 | 110100 | 110011 |
Color Harmonies of #C3A03F
Complementary color
Monochromatic Colors of #C3A03F
Black with #C3A03F
Text Example
Text Example
White with #C3A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A03F; }
p { color: rgb(195,160,63); }
H1.HeaderClassName
{
color: #C3A03F;
}
.AnyTagClassName
{
color: #C3A03F;
}
</style>
background-color css
<style>
a { background-color: #C3A03F; }
a { background-color: rgb(195,160,63); }
div.DivClassName
{
background-color: #C3A03F;
}
.BgClassName
{
background-color: #C3A03F;
}
</style>
border-color css
<style>
span { border-color: #C3A03F; }
span { border-color: rgb(195,160,63); }
td.TdClassName
{
border-color: #C3A03F;
}
.TagClassName
{
border-color: #C3A03F;
}
</style>