Shades of Roti #C29D45
Tints of Roti #C29D45
RGB
CMYK
RGB Variations
Color information
#C29D45 (or 0xC29D45) is known color: Roti. HEX triplet: C2, 9D and 45. RGB value is (194,157,69). Sum of RGB (Red+Green+Blue) = 194+157+69=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D45 is #3D62BA. Grayscale: #9E9E9E. Windows color (decimal): -4022971 or 4562370. OLE color: 4562370.
HSL color Cylindrical-coordinate representation of color #C29D45: hue angle of 42.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C29D45 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 69 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.24 |
| HSL | 42.24º | 0.51% | 0.52% | - |
| HSV(B) | 42.24º | 0.64% | 0.76% | - |
| XYZ | 35.38 | 36.01 | 10.72 | - |
| YUV | 158.03 | 77.76 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 69 | 0 | 0.19 | 0.64 | 0.24 | 42.24 | 0.51 | 0.52 |
| Hex | C2 | 9D | 45 | 0 | 13 | 40 | 18 | 2A | 33 | 34 |
| Octal | 302 | 235 | 105 | 0 | 23 | 100 | 30 | 52 | 63 | 64 |
| Binary | 11000010 | 10011101 | 1000101 | 0 | 10011 | 1000000 | 11000 | 101010 | 110011 | 110100 |
Color Harmonies of #C29D45
Complementary color
Monochromatic Colors of #C29D45
Black with #C29D45
Text Example
Text Example
White with #C29D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D45; }
p { color: rgb(194,157,69); }
H1.HeaderClassName
{
color: #C29D45;
}
.AnyTagClassName
{
color: #C29D45;
}
</style>
background-color css
<style>
a { background-color: #C29D45; }
a { background-color: rgb(194,157,69); }
div.DivClassName
{
background-color: #C29D45;
}
.BgClassName
{
background-color: #C29D45;
}
</style>
border-color css
<style>
span { border-color: #C29D45; }
span { border-color: rgb(194,157,69); }
td.TdClassName
{
border-color: #C29D45;
}
.TagClassName
{
border-color: #C29D45;
}
</style>