Shades of Roti #C29E3A
Tints of Roti #C29E3A
RGB
CMYK
RGB Variations
Color information
#C29E3A (or 0xC29E3A) is known color: Roti. HEX triplet: C2, 9E and 3A. RGB value is (194,158,58). Sum of RGB (Red+Green+Blue) = 194+158+58=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E3A is #3D61C5. Grayscale: #9D9D9D. Windows color (decimal): -4022726 or 3841730. OLE color: 3841730.
HSL color Cylindrical-coordinate representation of color #C29E3A: hue angle of 44.12º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C29E3A is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 58 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.24 |
| HSL | 44.12º | 0.54% | 0.49% | - |
| HSV(B) | 44.12º | 0.7% | 0.76% | - |
| XYZ | 35.24 | 36.23 | 9.14 | - |
| YUV | 157.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 58 | 0 | 0.19 | 0.70 | 0.24 | 44.12 | 0.54 | 0.49 |
| Hex | C2 | 9E | 3A | 0 | 13 | 46 | 18 | 2C | 36 | 31 |
| Octal | 302 | 236 | 72 | 0 | 23 | 106 | 30 | 54 | 66 | 61 |
| Binary | 11000010 | 10011110 | 111010 | 0 | 10011 | 1000110 | 11000 | 101100 | 110110 | 110001 |
Color Harmonies of #C29E3A
Complementary color
Monochromatic Colors of #C29E3A
Black with #C29E3A
Text Example
Text Example
White with #C29E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E3A; }
p { color: rgb(194,158,58); }
H1.HeaderClassName
{
color: #C29E3A;
}
.AnyTagClassName
{
color: #C29E3A;
}
</style>
background-color css
<style>
a { background-color: #C29E3A; }
a { background-color: rgb(194,158,58); }
div.DivClassName
{
background-color: #C29E3A;
}
.BgClassName
{
background-color: #C29E3A;
}
</style>
border-color css
<style>
span { border-color: #C29E3A; }
span { border-color: rgb(194,158,58); }
td.TdClassName
{
border-color: #C29E3A;
}
.TagClassName
{
border-color: #C29E3A;
}
</style>