Shades of Roti #C3A03C
Tints of Roti #C3A03C
RGB
CMYK
RGB Variations
Color information
#C3A03C (or 0xC3A03C) is known color: Roti. HEX triplet: C3, A0 and 3C. RGB value is (195,160,60). Sum of RGB (Red+Green+Blue) = 195+160+60=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A03C is #3C5FC3. Grayscale: #9F9F9F. Windows color (decimal): -3956676 or 3973315. OLE color: 3973315.
HSL color Cylindrical-coordinate representation of color #C3A03C: hue angle of 44.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3A03C is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 60 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.24 |
| HSL | 44.44º | 0.53% | 0.5% | - |
| HSV(B) | 44.44º | 0.69% | 0.76% | - |
| XYZ | 35.89 | 37.07 | 9.54 | - |
| YUV | 159.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 60 | 0 | 0.18 | 0.69 | 0.24 | 44.44 | 0.53 | 0.5 |
| Hex | C3 | A0 | 3C | 0 | 12 | 45 | 18 | 2C | 35 | 32 |
| Octal | 303 | 240 | 74 | 0 | 22 | 105 | 30 | 54 | 65 | 62 |
| Binary | 11000011 | 10100000 | 111100 | 0 | 10010 | 1000101 | 11000 | 101100 | 110101 | 110010 |
Color Harmonies of #C3A03C
Complementary color
Monochromatic Colors of #C3A03C
Black with #C3A03C
Text Example
Text Example
White with #C3A03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A03C; }
p { color: rgb(195,160,60); }
H1.HeaderClassName
{
color: #C3A03C;
}
.AnyTagClassName
{
color: #C3A03C;
}
</style>
background-color css
<style>
a { background-color: #C3A03C; }
a { background-color: rgb(195,160,60); }
div.DivClassName
{
background-color: #C3A03C;
}
.BgClassName
{
background-color: #C3A03C;
}
</style>
border-color css
<style>
span { border-color: #C3A03C; }
span { border-color: rgb(195,160,60); }
td.TdClassName
{
border-color: #C3A03C;
}
.TagClassName
{
border-color: #C3A03C;
}
</style>