Shades of Roti #C29E3B
Tints of Roti #C29E3B
RGB
CMYK
RGB Variations
Color information
#C29E3B (or 0xC29E3B) is known color: Roti. HEX triplet: C2, 9E and 3B. RGB value is (194,158,59). Sum of RGB (Red+Green+Blue) = 194+158+59=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E3B is #3D61C4. Grayscale: #9D9D9D. Windows color (decimal): -4022725 or 3907266. OLE color: 3907266.
HSL color Cylindrical-coordinate representation of color #C29E3B: hue angle of 44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C29E3B is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 59 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.24 |
| HSL | 44º | 0.53% | 0.5% | - |
| HSV(B) | 44º | 0.7% | 0.76% | - |
| XYZ | 35.26 | 36.24 | 9.27 | - |
| YUV | 157.48 | 72.43 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 59 | 0 | 0.19 | 0.70 | 0.24 | 44 | 0.53 | 0.5 |
| Hex | C2 | 9E | 3B | 0 | 13 | 46 | 18 | 2C | 35 | 32 |
| Octal | 302 | 236 | 73 | 0 | 23 | 106 | 30 | 54 | 65 | 62 |
| Binary | 11000010 | 10011110 | 111011 | 0 | 10011 | 1000110 | 11000 | 101100 | 110101 | 110010 |
Color Harmonies of #C29E3B
Complementary color
Monochromatic Colors of #C29E3B
Black with #C29E3B
Text Example
Text Example
White with #C29E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E3B; }
p { color: rgb(194,158,59); }
H1.HeaderClassName
{
color: #C29E3B;
}
.AnyTagClassName
{
color: #C29E3B;
}
</style>
background-color css
<style>
a { background-color: #C29E3B; }
a { background-color: rgb(194,158,59); }
div.DivClassName
{
background-color: #C29E3B;
}
.BgClassName
{
background-color: #C29E3B;
}
</style>
border-color css
<style>
span { border-color: #C29E3B; }
span { border-color: rgb(194,158,59); }
td.TdClassName
{
border-color: #C29E3B;
}
.TagClassName
{
border-color: #C29E3B;
}
</style>