Shades of Roti #C29943
Tints of Roti #C29943
RGB
CMYK
RGB Variations
Color information
#C29943 (or 0xC29943) is known color: Roti. HEX triplet: C2, 99 and 43. RGB value is (194,153,67). Sum of RGB (Red+Green+Blue) = 194+153+67=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C29943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29943 is #3D66BC. Grayscale: #9B9B9B. Windows color (decimal): -4023997 or 4430274. OLE color: 4430274.
HSL color Cylindrical-coordinate representation of color #C29943: hue angle of 40.63º 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 #C29943 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 67 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.24 |
| HSL | 40.63º | 0.51% | 0.51% | - |
| HSV(B) | 40.63º | 0.65% | 0.76% | - |
| XYZ | 34.65 | 34.66 | 10.17 | - |
| YUV | 155.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 67 | 0 | 0.21 | 0.65 | 0.24 | 40.63 | 0.51 | 0.51 |
| Hex | C2 | 99 | 43 | 0 | 15 | 41 | 18 | 29 | 33 | 33 |
| Octal | 302 | 231 | 103 | 0 | 25 | 101 | 30 | 51 | 63 | 63 |
| Binary | 11000010 | 10011001 | 1000011 | 0 | 10101 | 1000001 | 11000 | 101001 | 110011 | 110011 |
Color Harmonies of #C29943
Complementary color
Monochromatic Colors of #C29943
Black with #C29943
Text Example
Text Example
White with #C29943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29943; }
p { color: rgb(194,153,67); }
H1.HeaderClassName
{
color: #C29943;
}
.AnyTagClassName
{
color: #C29943;
}
</style>
background-color css
<style>
a { background-color: #C29943; }
a { background-color: rgb(194,153,67); }
div.DivClassName
{
background-color: #C29943;
}
.BgClassName
{
background-color: #C29943;
}
</style>
border-color css
<style>
span { border-color: #C29943; }
span { border-color: rgb(194,153,67); }
td.TdClassName
{
border-color: #C29943;
}
.TagClassName
{
border-color: #C29943;
}
</style>