Shades of Roti #C5A13A
Tints of Roti #C5A13A
RGB
CMYK
RGB Variations
Color information
#C5A13A (or 0xC5A13A) is known color: Roti. HEX triplet: C5, A1 and 3A. RGB value is (197,161,58). Sum of RGB (Red+Green+Blue) = 197+161+58=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A13A is #3A5EC5. Grayscale: #A0A0A0. Windows color (decimal): -3825350 or 3842501. OLE color: 3842501.
HSL color Cylindrical-coordinate representation of color #C5A13A: hue angle of 44.46º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5A13A is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 58 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.23 |
| HSL | 44.46º | 0.55% | 0.5% | - |
| HSV(B) | 44.46º | 0.71% | 0.77% | - |
| XYZ | 36.53 | 37.67 | 9.35 | - |
| YUV | 160.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 58 | 0 | 0.18 | 0.71 | 0.23 | 44.46 | 0.55 | 0.5 |
| Hex | C5 | A1 | 3A | 0 | 12 | 47 | 17 | 2C | 37 | 32 |
| Octal | 305 | 241 | 72 | 0 | 22 | 107 | 27 | 54 | 67 | 62 |
| Binary | 11000101 | 10100001 | 111010 | 0 | 10010 | 1000111 | 10111 | 101100 | 110111 | 110010 |
Color Harmonies of #C5A13A
Complementary color
Monochromatic Colors of #C5A13A
Black with #C5A13A
Text Example
Text Example
White with #C5A13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A13A; }
p { color: rgb(197,161,58); }
H1.HeaderClassName
{
color: #C5A13A;
}
.AnyTagClassName
{
color: #C5A13A;
}
</style>
background-color css
<style>
a { background-color: #C5A13A; }
a { background-color: rgb(197,161,58); }
div.DivClassName
{
background-color: #C5A13A;
}
.BgClassName
{
background-color: #C5A13A;
}
</style>
border-color css
<style>
span { border-color: #C5A13A; }
span { border-color: rgb(197,161,58); }
td.TdClassName
{
border-color: #C5A13A;
}
.TagClassName
{
border-color: #C5A13A;
}
</style>