Shades of Roti #C2A13E
Tints of Roti #C2A13E
RGB
CMYK
RGB Variations
Color information
#C2A13E (or 0xC2A13E) is known color: Roti. HEX triplet: C2, A1 and 3E. RGB value is (194,161,62). Sum of RGB (Red+Green+Blue) = 194+161+62=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A13E is #3D5EC1. Grayscale: #A0A0A0. Windows color (decimal): -4021954 or 4104642. OLE color: 4104642.
HSL color Cylindrical-coordinate representation of color #C2A13E: hue angle of 45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2A13E is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 62 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.24 |
| HSL | 45º | 0.52% | 0.5% | - |
| HSV(B) | 45º | 0.68% | 0.76% | - |
| XYZ | 35.86 | 37.31 | 9.87 | - |
| YUV | 159.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 62 | 0 | 0.17 | 0.68 | 0.24 | 45 | 0.52 | 0.5 |
| Hex | C2 | A1 | 3E | 0 | 11 | 44 | 18 | 2D | 34 | 32 |
| Octal | 302 | 241 | 76 | 0 | 21 | 104 | 30 | 55 | 64 | 62 |
| Binary | 11000010 | 10100001 | 111110 | 0 | 10001 | 1000100 | 11000 | 101101 | 110100 | 110010 |
Color Harmonies of #C2A13E
Complementary color
Monochromatic Colors of #C2A13E
Black with #C2A13E
Text Example
Text Example
White with #C2A13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A13E; }
p { color: rgb(194,161,62); }
H1.HeaderClassName
{
color: #C2A13E;
}
.AnyTagClassName
{
color: #C2A13E;
}
</style>
background-color css
<style>
a { background-color: #C2A13E; }
a { background-color: rgb(194,161,62); }
div.DivClassName
{
background-color: #C2A13E;
}
.BgClassName
{
background-color: #C2A13E;
}
</style>
border-color css
<style>
span { border-color: #C2A13E; }
span { border-color: rgb(194,161,62); }
td.TdClassName
{
border-color: #C2A13E;
}
.TagClassName
{
border-color: #C2A13E;
}
</style>