Shades of Roti #C3A136
Tints of Roti #C3A136
RGB
CMYK
RGB Variations
Color information
#C3A136 (or 0xC3A136) is known color: Roti. HEX triplet: C3, A1 and 36. RGB value is (195,161,54). Sum of RGB (Red+Green+Blue) = 195+161+54=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A136 is #3C5EC9. Grayscale: #9F9F9F. Windows color (decimal): -3956426 or 3580355. OLE color: 3580355.
HSL color Cylindrical-coordinate representation of color #C3A136: hue angle of 45.53º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3A136 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 54 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.24 |
| HSL | 45.53º | 0.57% | 0.49% | - |
| HSV(B) | 45.53º | 0.72% | 0.76% | - |
| XYZ | 35.92 | 37.36 | 8.81 | - |
| YUV | 158.97 | 68.76 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 54 | 0 | 0.17 | 0.72 | 0.24 | 45.53 | 0.57 | 0.49 |
| Hex | C3 | A1 | 36 | 0 | 11 | 48 | 18 | 2E | 39 | 31 |
| Octal | 303 | 241 | 66 | 0 | 21 | 110 | 30 | 56 | 71 | 61 |
| Binary | 11000011 | 10100001 | 110110 | 0 | 10001 | 1001000 | 11000 | 101110 | 111001 | 110001 |
Color Harmonies of #C3A136
Complementary color
Monochromatic Colors of #C3A136
Black with #C3A136
Text Example
Text Example
White with #C3A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A136; }
p { color: rgb(195,161,54); }
H1.HeaderClassName
{
color: #C3A136;
}
.AnyTagClassName
{
color: #C3A136;
}
</style>
background-color css
<style>
a { background-color: #C3A136; }
a { background-color: rgb(195,161,54); }
div.DivClassName
{
background-color: #C3A136;
}
.BgClassName
{
background-color: #C3A136;
}
</style>
border-color css
<style>
span { border-color: #C3A136; }
span { border-color: rgb(195,161,54); }
td.TdClassName
{
border-color: #C3A136;
}
.TagClassName
{
border-color: #C3A136;
}
</style>