Shades of Roti #C1A03C
Tints of Roti #C1A03C
RGB
CMYK
RGB Variations
Color information
#C1A03C (or 0xC1A03C) is known color: Roti. HEX triplet: C1, A0 and 3C. RGB value is (193,160,60). Sum of RGB (Red+Green+Blue) = 193+160+60=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A03C is #3E5FC3. Grayscale: #9E9E9E. Windows color (decimal): -4087748 or 3973313. OLE color: 3973313.
HSL color Cylindrical-coordinate representation of color #C1A03C: hue angle of 45.11º 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 #C1A03C is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 160 | 60 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.24 |
| HSL | 45.11º | 0.53% | 0.5% | - |
| HSV(B) | 45.11º | 0.69% | 0.76% | - |
| XYZ | 35.38 | 36.81 | 9.51 | - |
| YUV | 158.47 | 72.43 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 60 | 0 | 0.17 | 0.69 | 0.24 | 45.11 | 0.53 | 0.5 |
| Hex | C1 | A0 | 3C | 0 | 11 | 45 | 18 | 2D | 35 | 32 |
| Octal | 301 | 240 | 74 | 0 | 21 | 105 | 30 | 55 | 65 | 62 |
| Binary | 11000001 | 10100000 | 111100 | 0 | 10001 | 1000101 | 11000 | 101101 | 110101 | 110010 |
Color Harmonies of #C1A03C
Complementary color
Monochromatic Colors of #C1A03C
Black with #C1A03C
Text Example
Text Example
White with #C1A03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A03C; }
p { color: rgb(193,160,60); }
H1.HeaderClassName
{
color: #C1A03C;
}
.AnyTagClassName
{
color: #C1A03C;
}
</style>
background-color css
<style>
a { background-color: #C1A03C; }
a { background-color: rgb(193,160,60); }
div.DivClassName
{
background-color: #C1A03C;
}
.BgClassName
{
background-color: #C1A03C;
}
</style>
border-color css
<style>
span { border-color: #C1A03C; }
span { border-color: rgb(193,160,60); }
td.TdClassName
{
border-color: #C1A03C;
}
.TagClassName
{
border-color: #C1A03C;
}
</style>