Shades of Roti #C2A03D
Tints of Roti #C2A03D
RGB
CMYK
RGB Variations
Color information
#C2A03D (or 0xC2A03D) is known color: Roti. HEX triplet: C2, A0 and 3D. RGB value is (194,160,61). Sum of RGB (Red+Green+Blue) = 194+160+61=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A03D is #3D5FC2. Grayscale: #9F9F9F. Windows color (decimal): -4022211 or 4038850. OLE color: 4038850.
HSL color Cylindrical-coordinate representation of color #C2A03D: hue angle of 44.66º degrees, saturation: 0.52, 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 #C2A03D is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 61 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.24 |
| HSL | 44.66º | 0.52% | 0.5% | - |
| HSV(B) | 44.66º | 0.69% | 0.76% | - |
| XYZ | 35.66 | 36.95 | 9.67 | - |
| YUV | 158.88 | 72.76 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 61 | 0 | 0.18 | 0.69 | 0.24 | 44.66 | 0.52 | 0.5 |
| Hex | C2 | A0 | 3D | 0 | 12 | 45 | 18 | 2D | 34 | 32 |
| Octal | 302 | 240 | 75 | 0 | 22 | 105 | 30 | 55 | 64 | 62 |
| Binary | 11000010 | 10100000 | 111101 | 0 | 10010 | 1000101 | 11000 | 101101 | 110100 | 110010 |
Color Harmonies of #C2A03D
Complementary color
Monochromatic Colors of #C2A03D
Black with #C2A03D
Text Example
Text Example
White with #C2A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A03D; }
p { color: rgb(194,160,61); }
H1.HeaderClassName
{
color: #C2A03D;
}
.AnyTagClassName
{
color: #C2A03D;
}
</style>
background-color css
<style>
a { background-color: #C2A03D; }
a { background-color: rgb(194,160,61); }
div.DivClassName
{
background-color: #C2A03D;
}
.BgClassName
{
background-color: #C2A03D;
}
</style>
border-color css
<style>
span { border-color: #C2A03D; }
span { border-color: rgb(194,160,61); }
td.TdClassName
{
border-color: #C2A03D;
}
.TagClassName
{
border-color: #C2A03D;
}
</style>