Shades of Roti #C29E3F
Tints of Roti #C29E3F
RGB
CMYK
RGB Variations
Color information
#C29E3F (or 0xC29E3F) is known color: Roti. HEX triplet: C2, 9E and 3F. RGB value is (194,158,63). Sum of RGB (Red+Green+Blue) = 194+158+63=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E3F is #3D61C0. Grayscale: #9E9E9E. Windows color (decimal): -4022721 or 4169410. OLE color: 4169410.
HSL color Cylindrical-coordinate representation of color #C29E3F: hue angle of 43.51º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C29E3F is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 63 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.24 |
| HSL | 43.51º | 0.52% | 0.5% | - |
| HSV(B) | 43.51º | 0.68% | 0.76% | - |
| XYZ | 35.37 | 36.28 | 9.84 | - |
| YUV | 157.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 63 | 0 | 0.19 | 0.68 | 0.24 | 43.51 | 0.52 | 0.5 |
| Hex | C2 | 9E | 3F | 0 | 13 | 44 | 18 | 2C | 34 | 32 |
| Octal | 302 | 236 | 77 | 0 | 23 | 104 | 30 | 54 | 64 | 62 |
| Binary | 11000010 | 10011110 | 111111 | 0 | 10011 | 1000100 | 11000 | 101100 | 110100 | 110010 |
Color Harmonies of #C29E3F
Complementary color
Monochromatic Colors of #C29E3F
Black with #C29E3F
Text Example
Text Example
White with #C29E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E3F; }
p { color: rgb(194,158,63); }
H1.HeaderClassName
{
color: #C29E3F;
}
.AnyTagClassName
{
color: #C29E3F;
}
</style>
background-color css
<style>
a { background-color: #C29E3F; }
a { background-color: rgb(194,158,63); }
div.DivClassName
{
background-color: #C29E3F;
}
.BgClassName
{
background-color: #C29E3F;
}
</style>
border-color css
<style>
span { border-color: #C29E3F; }
span { border-color: rgb(194,158,63); }
td.TdClassName
{
border-color: #C29E3F;
}
.TagClassName
{
border-color: #C29E3F;
}
</style>