Shades of Roti #C29941
Tints of Roti #C29941
RGB
CMYK
RGB Variations
Color information
#C29941 (or 0xC29941) is known color: Roti. HEX triplet: C2, 99 and 41. RGB value is (194,153,65). Sum of RGB (Red+Green+Blue) = 194+153+65=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C29941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29941 is #3D66BE. Grayscale: #9B9B9B. Windows color (decimal): -4023999 or 4299202. OLE color: 4299202.
HSL color Cylindrical-coordinate representation of color #C29941: hue angle of 40.93º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C29941 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 65 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.24 |
| HSL | 40.93º | 0.51% | 0.51% | - |
| HSV(B) | 40.93º | 0.66% | 0.76% | - |
| XYZ | 34.59 | 34.63 | 9.86 | - |
| YUV | 155.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 65 | 0 | 0.21 | 0.66 | 0.24 | 40.93 | 0.51 | 0.51 |
| Hex | C2 | 99 | 41 | 0 | 15 | 42 | 18 | 29 | 33 | 33 |
| Octal | 302 | 231 | 101 | 0 | 25 | 102 | 30 | 51 | 63 | 63 |
| Binary | 11000010 | 10011001 | 1000001 | 0 | 10101 | 1000010 | 11000 | 101001 | 110011 | 110011 |
Color Harmonies of #C29941
Complementary color
Monochromatic Colors of #C29941
Black with #C29941
Text Example
Text Example
White with #C29941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29941; }
p { color: rgb(194,153,65); }
H1.HeaderClassName
{
color: #C29941;
}
.AnyTagClassName
{
color: #C29941;
}
</style>
background-color css
<style>
a { background-color: #C29941; }
a { background-color: rgb(194,153,65); }
div.DivClassName
{
background-color: #C29941;
}
.BgClassName
{
background-color: #C29941;
}
</style>
border-color css
<style>
span { border-color: #C29941; }
span { border-color: rgb(194,153,65); }
td.TdClassName
{
border-color: #C29941;
}
.TagClassName
{
border-color: #C29941;
}
</style>