Shades of Roti #C29E3C
Tints of Roti #C29E3C
RGB
CMYK
RGB Variations
Color information
#C29E3C (or 0xC29E3C) is known color: Roti. HEX triplet: C2, 9E and 3C. RGB value is (194,158,60). Sum of RGB (Red+Green+Blue) = 194+158+60=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E3C is #3D61C3. Grayscale: #9E9E9E. Windows color (decimal): -4022724 or 3972802. OLE color: 3972802.
HSL color Cylindrical-coordinate representation of color #C29E3C: hue angle of 43.88º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C29E3C is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 60 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.24 |
| HSL | 43.88º | 0.53% | 0.5% | - |
| HSV(B) | 43.88º | 0.69% | 0.76% | - |
| XYZ | 35.29 | 36.25 | 9.41 | - |
| YUV | 157.59 | 72.93 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 60 | 0 | 0.19 | 0.69 | 0.24 | 43.88 | 0.53 | 0.5 |
| Hex | C2 | 9E | 3C | 0 | 13 | 45 | 18 | 2C | 35 | 32 |
| Octal | 302 | 236 | 74 | 0 | 23 | 105 | 30 | 54 | 65 | 62 |
| Binary | 11000010 | 10011110 | 111100 | 0 | 10011 | 1000101 | 11000 | 101100 | 110101 | 110010 |
Color Harmonies of #C29E3C
Complementary color
Monochromatic Colors of #C29E3C
Black with #C29E3C
Text Example
Text Example
White with #C29E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E3C; }
p { color: rgb(194,158,60); }
H1.HeaderClassName
{
color: #C29E3C;
}
.AnyTagClassName
{
color: #C29E3C;
}
</style>
background-color css
<style>
a { background-color: #C29E3C; }
a { background-color: rgb(194,158,60); }
div.DivClassName
{
background-color: #C29E3C;
}
.BgClassName
{
background-color: #C29E3C;
}
</style>
border-color css
<style>
span { border-color: #C29E3C; }
span { border-color: rgb(194,158,60); }
td.TdClassName
{
border-color: #C29E3C;
}
.TagClassName
{
border-color: #C29E3C;
}
</style>