Shades of Roti #C2A13B
Tints of Roti #C2A13B
RGB
CMYK
RGB Variations
Color information
#C2A13B (or 0xC2A13B) is known color: Roti. HEX triplet: C2, A1 and 3B. RGB value is (194,161,59). Sum of RGB (Red+Green+Blue) = 194+161+59=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A13B is #3D5EC4. Grayscale: #9F9F9F. Windows color (decimal): -4021957 or 3908034. OLE color: 3908034.
HSL color Cylindrical-coordinate representation of color #C2A13B: hue angle of 45.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2A13B is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 59 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.24 |
| HSL | 45.33º | 0.53% | 0.5% | - |
| HSV(B) | 45.33º | 0.7% | 0.76% | - |
| XYZ | 35.78 | 37.27 | 9.45 | - |
| YUV | 159.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 59 | 0 | 0.17 | 0.70 | 0.24 | 45.33 | 0.53 | 0.5 |
| Hex | C2 | A1 | 3B | 0 | 11 | 46 | 18 | 2D | 35 | 32 |
| Octal | 302 | 241 | 73 | 0 | 21 | 106 | 30 | 55 | 65 | 62 |
| Binary | 11000010 | 10100001 | 111011 | 0 | 10001 | 1000110 | 11000 | 101101 | 110101 | 110010 |
Color Harmonies of #C2A13B
Complementary color
Monochromatic Colors of #C2A13B
Black with #C2A13B
Text Example
Text Example
White with #C2A13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A13B; }
p { color: rgb(194,161,59); }
H1.HeaderClassName
{
color: #C2A13B;
}
.AnyTagClassName
{
color: #C2A13B;
}
</style>
background-color css
<style>
a { background-color: #C2A13B; }
a { background-color: rgb(194,161,59); }
div.DivClassName
{
background-color: #C2A13B;
}
.BgClassName
{
background-color: #C2A13B;
}
</style>
border-color css
<style>
span { border-color: #C2A13B; }
span { border-color: rgb(194,161,59); }
td.TdClassName
{
border-color: #C2A13B;
}
.TagClassName
{
border-color: #C2A13B;
}
</style>