Shades of Roti #C29E43
Tints of Roti #C29E43
RGB
CMYK
RGB Variations
Color information
#C29E43 (or 0xC29E43) is known color: Roti. HEX triplet: C2, 9E and 43. RGB value is (194,158,67). Sum of RGB (Red+Green+Blue) = 194+158+67=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E43 is #3D61BC. Grayscale: #9E9E9E. Windows color (decimal): -4022717 or 4431554. OLE color: 4431554.
HSL color Cylindrical-coordinate representation of color #C29E43: hue angle of 42.99º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C29E43 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 67 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.24 |
| HSL | 42.99º | 0.51% | 0.51% | - |
| HSV(B) | 42.99º | 0.65% | 0.76% | - |
| XYZ | 35.49 | 36.33 | 10.45 | - |
| YUV | 158.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 67 | 0 | 0.19 | 0.65 | 0.24 | 42.99 | 0.51 | 0.51 |
| Hex | C2 | 9E | 43 | 0 | 13 | 41 | 18 | 2B | 33 | 33 |
| Octal | 302 | 236 | 103 | 0 | 23 | 101 | 30 | 53 | 63 | 63 |
| Binary | 11000010 | 10011110 | 1000011 | 0 | 10011 | 1000001 | 11000 | 101011 | 110011 | 110011 |
Color Harmonies of #C29E43
Complementary color
Monochromatic Colors of #C29E43
Black with #C29E43
Text Example
Text Example
White with #C29E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E43; }
p { color: rgb(194,158,67); }
H1.HeaderClassName
{
color: #C29E43;
}
.AnyTagClassName
{
color: #C29E43;
}
</style>
background-color css
<style>
a { background-color: #C29E43; }
a { background-color: rgb(194,158,67); }
div.DivClassName
{
background-color: #C29E43;
}
.BgClassName
{
background-color: #C29E43;
}
</style>
border-color css
<style>
span { border-color: #C29E43; }
span { border-color: rgb(194,158,67); }
td.TdClassName
{
border-color: #C29E43;
}
.TagClassName
{
border-color: #C29E43;
}
</style>