Shades of Roti #C2A03C
Tints of Roti #C2A03C
RGB
CMYK
RGB Variations
Color information
#C2A03C (or 0xC2A03C) is known color: Roti. HEX triplet: C2, A0 and 3C. RGB value is (194,160,60). Sum of RGB (Red+Green+Blue) = 194+160+60=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A03C is #3D5FC3. Grayscale: #9F9F9F. Windows color (decimal): -4022212 or 3973314. OLE color: 3973314.
HSL color Cylindrical-coordinate representation of color #C2A03C: hue angle of 44.78º 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 #C2A03C is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 60 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.24 |
| HSL | 44.78º | 0.53% | 0.5% | - |
| HSV(B) | 44.78º | 0.69% | 0.76% | - |
| XYZ | 35.63 | 36.94 | 9.53 | - |
| YUV | 158.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 60 | 0 | 0.18 | 0.69 | 0.24 | 44.78 | 0.53 | 0.5 |
| Hex | C2 | A0 | 3C | 0 | 12 | 45 | 18 | 2D | 35 | 32 |
| Octal | 302 | 240 | 74 | 0 | 22 | 105 | 30 | 55 | 65 | 62 |
| Binary | 11000010 | 10100000 | 111100 | 0 | 10010 | 1000101 | 11000 | 101101 | 110101 | 110010 |
Color Harmonies of #C2A03C
Complementary color
Monochromatic Colors of #C2A03C
Black with #C2A03C
Text Example
Text Example
White with #C2A03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A03C; }
p { color: rgb(194,160,60); }
H1.HeaderClassName
{
color: #C2A03C;
}
.AnyTagClassName
{
color: #C2A03C;
}
</style>
background-color css
<style>
a { background-color: #C2A03C; }
a { background-color: rgb(194,160,60); }
div.DivClassName
{
background-color: #C2A03C;
}
.BgClassName
{
background-color: #C2A03C;
}
</style>
border-color css
<style>
span { border-color: #C2A03C; }
span { border-color: rgb(194,160,60); }
td.TdClassName
{
border-color: #C2A03C;
}
.TagClassName
{
border-color: #C2A03C;
}
</style>