Shades of Roti #C4A13D
Tints of Roti #C4A13D
RGB
CMYK
RGB Variations
Color information
#C4A13D (or 0xC4A13D) is known color: Roti. HEX triplet: C4, A1 and 3D. RGB value is (196,161,61). Sum of RGB (Red+Green+Blue) = 196+161+61=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A13D is #3B5EC2. Grayscale: #A0A0A0. Windows color (decimal): -3890883 or 4039108. OLE color: 4039108.
HSL color Cylindrical-coordinate representation of color #C4A13D: hue angle of 44.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4A13D is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 61 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.23 |
| HSL | 44.44º | 0.53% | 0.5% | - |
| HSV(B) | 44.44º | 0.69% | 0.77% | - |
| XYZ | 36.35 | 37.56 | 9.75 | - |
| YUV | 160.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 61 | 0 | 0.18 | 0.69 | 0.23 | 44.44 | 0.53 | 0.5 |
| Hex | C4 | A1 | 3D | 0 | 12 | 45 | 17 | 2C | 35 | 32 |
| Octal | 304 | 241 | 75 | 0 | 22 | 105 | 27 | 54 | 65 | 62 |
| Binary | 11000100 | 10100001 | 111101 | 0 | 10010 | 1000101 | 10111 | 101100 | 110101 | 110010 |
Color Harmonies of #C4A13D
Complementary color
Monochromatic Colors of #C4A13D
Black with #C4A13D
Text Example
Text Example
White with #C4A13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A13D; }
p { color: rgb(196,161,61); }
H1.HeaderClassName
{
color: #C4A13D;
}
.AnyTagClassName
{
color: #C4A13D;
}
</style>
background-color css
<style>
a { background-color: #C4A13D; }
a { background-color: rgb(196,161,61); }
div.DivClassName
{
background-color: #C4A13D;
}
.BgClassName
{
background-color: #C4A13D;
}
</style>
border-color css
<style>
span { border-color: #C4A13D; }
span { border-color: rgb(196,161,61); }
td.TdClassName
{
border-color: #C4A13D;
}
.TagClassName
{
border-color: #C4A13D;
}
</style>