Shades of Roti #C29F39
Tints of Roti #C29F39
RGB
CMYK
RGB Variations
Color information
#C29F39 (or 0xC29F39) is known color: Roti. HEX triplet: C2, 9F and 39. RGB value is (194,159,57). Sum of RGB (Red+Green+Blue) = 194+159+57=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F39 is #3D60C6. Grayscale: #9E9E9E. Windows color (decimal): -4022471 or 3776450. OLE color: 3776450.
HSL color Cylindrical-coordinate representation of color #C29F39: hue angle of 44.67º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C29F39 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 57 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.24 |
| HSL | 44.67º | 0.55% | 0.49% | - |
| HSV(B) | 44.67º | 0.71% | 0.76% | - |
| XYZ | 35.38 | 36.56 | 9.06 | - |
| YUV | 157.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 57 | 0 | 0.18 | 0.71 | 0.24 | 44.67 | 0.55 | 0.49 |
| Hex | C2 | 9F | 39 | 0 | 12 | 47 | 18 | 2D | 37 | 31 |
| Octal | 302 | 237 | 71 | 0 | 22 | 107 | 30 | 55 | 67 | 61 |
| Binary | 11000010 | 10011111 | 111001 | 0 | 10010 | 1000111 | 11000 | 101101 | 110111 | 110001 |
Color Harmonies of #C29F39
Complementary color
Monochromatic Colors of #C29F39
Black with #C29F39
Text Example
Text Example
White with #C29F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F39; }
p { color: rgb(194,159,57); }
H1.HeaderClassName
{
color: #C29F39;
}
.AnyTagClassName
{
color: #C29F39;
}
</style>
background-color css
<style>
a { background-color: #C29F39; }
a { background-color: rgb(194,159,57); }
div.DivClassName
{
background-color: #C29F39;
}
.BgClassName
{
background-color: #C29F39;
}
</style>
border-color css
<style>
span { border-color: #C29F39; }
span { border-color: rgb(194,159,57); }
td.TdClassName
{
border-color: #C29F39;
}
.TagClassName
{
border-color: #C29F39;
}
</style>