Shades of Roti #C0A13F
Tints of Roti #C0A13F
RGB
CMYK
RGB Variations
Color information
#C0A13F (or 0xC0A13F) is known color: Roti. HEX triplet: C0, A1 and 3F. RGB value is (192,161,63). Sum of RGB (Red+Green+Blue) = 192+161+63=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A13F is #3F5EC0. Grayscale: #9F9F9F. Windows color (decimal): -4153025 or 4170176. OLE color: 4170176.
HSL color Cylindrical-coordinate representation of color #C0A13F: hue angle of 45.58º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0A13F is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 63 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.25 |
| HSL | 45.58º | 0.51% | 0.5% | - |
| HSV(B) | 45.58º | 0.67% | 0.75% | - |
| XYZ | 35.38 | 37.06 | 9.99 | - |
| YUV | 159.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 63 | 0 | 0.16 | 0.67 | 0.25 | 45.58 | 0.51 | 0.5 |
| Hex | C0 | A1 | 3F | 0 | 10 | 43 | 19 | 2E | 33 | 32 |
| Octal | 300 | 241 | 77 | 0 | 20 | 103 | 31 | 56 | 63 | 62 |
| Binary | 11000000 | 10100001 | 111111 | 0 | 10000 | 1000011 | 11001 | 101110 | 110011 | 110010 |
Color Harmonies of #C0A13F
Complementary color
Monochromatic Colors of #C0A13F
Black with #C0A13F
Text Example
Text Example
White with #C0A13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A13F; }
p { color: rgb(192,161,63); }
H1.HeaderClassName
{
color: #C0A13F;
}
.AnyTagClassName
{
color: #C0A13F;
}
</style>
background-color css
<style>
a { background-color: #C0A13F; }
a { background-color: rgb(192,161,63); }
div.DivClassName
{
background-color: #C0A13F;
}
.BgClassName
{
background-color: #C0A13F;
}
</style>
border-color css
<style>
span { border-color: #C0A13F; }
span { border-color: rgb(192,161,63); }
td.TdClassName
{
border-color: #C0A13F;
}
.TagClassName
{
border-color: #C0A13F;
}
</style>