Shades of Roti #C2A13F
Tints of Roti #C2A13F
RGB
CMYK
RGB Variations
Color information
#C2A13F (or 0xC2A13F) is known color: Roti. HEX triplet: C2, A1 and 3F. RGB value is (194,161,63). Sum of RGB (Red+Green+Blue) = 194+161+63=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A13F is #3D5EC0. Grayscale: #A0A0A0. Windows color (decimal): -4021953 or 4170178. OLE color: 4170178.
HSL color Cylindrical-coordinate representation of color #C2A13F: hue angle of 44.89º 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 #C2A13F is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 63 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.24 |
| HSL | 44.89º | 0.52% | 0.5% | - |
| HSV(B) | 44.89º | 0.68% | 0.76% | - |
| XYZ | 35.89 | 37.32 | 10.01 | - |
| YUV | 159.7 | 73.43 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 63 | 0 | 0.17 | 0.68 | 0.24 | 44.89 | 0.52 | 0.5 |
| Hex | C2 | A1 | 3F | 0 | 11 | 44 | 18 | 2D | 34 | 32 |
| Octal | 302 | 241 | 77 | 0 | 21 | 104 | 30 | 55 | 64 | 62 |
| Binary | 11000010 | 10100001 | 111111 | 0 | 10001 | 1000100 | 11000 | 101101 | 110100 | 110010 |
Color Harmonies of #C2A13F
Complementary color
Monochromatic Colors of #C2A13F
Black with #C2A13F
Text Example
Text Example
White with #C2A13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A13F; }
p { color: rgb(194,161,63); }
H1.HeaderClassName
{
color: #C2A13F;
}
.AnyTagClassName
{
color: #C2A13F;
}
</style>
background-color css
<style>
a { background-color: #C2A13F; }
a { background-color: rgb(194,161,63); }
div.DivClassName
{
background-color: #C2A13F;
}
.BgClassName
{
background-color: #C2A13F;
}
</style>
border-color css
<style>
span { border-color: #C2A13F; }
span { border-color: rgb(194,161,63); }
td.TdClassName
{
border-color: #C2A13F;
}
.TagClassName
{
border-color: #C2A13F;
}
</style>