Shades of Roti #C29C45
Tints of Roti #C29C45
RGB
CMYK
RGB Variations
Color information
#C29C45 (or 0xC29C45) is known color: Roti. HEX triplet: C2, 9C and 45. RGB value is (194,156,69). Sum of RGB (Red+Green+Blue) = 194+156+69=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C45 is #3D63BA. Grayscale: #9D9D9D. Windows color (decimal): -4023227 or 4562114. OLE color: 4562114.
HSL color Cylindrical-coordinate representation of color #C29C45: hue angle of 41.76º 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 #C29C45 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 69 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.24 |
| HSL | 41.76º | 0.51% | 0.52% | - |
| HSV(B) | 41.76º | 0.64% | 0.76% | - |
| XYZ | 35.21 | 35.68 | 10.66 | - |
| YUV | 157.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 69 | 0 | 0.20 | 0.64 | 0.24 | 41.76 | 0.51 | 0.52 |
| Hex | C2 | 9C | 45 | 0 | 14 | 40 | 18 | 2A | 33 | 34 |
| Octal | 302 | 234 | 105 | 0 | 24 | 100 | 30 | 52 | 63 | 64 |
| Binary | 11000010 | 10011100 | 1000101 | 0 | 10100 | 1000000 | 11000 | 101010 | 110011 | 110100 |
Color Harmonies of #C29C45
Complementary color
Monochromatic Colors of #C29C45
Black with #C29C45
Text Example
Text Example
White with #C29C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C45; }
p { color: rgb(194,156,69); }
H1.HeaderClassName
{
color: #C29C45;
}
.AnyTagClassName
{
color: #C29C45;
}
</style>
background-color css
<style>
a { background-color: #C29C45; }
a { background-color: rgb(194,156,69); }
div.DivClassName
{
background-color: #C29C45;
}
.BgClassName
{
background-color: #C29C45;
}
</style>
border-color css
<style>
span { border-color: #C29C45; }
span { border-color: rgb(194,156,69); }
td.TdClassName
{
border-color: #C29C45;
}
.TagClassName
{
border-color: #C29C45;
}
</style>