Shades of Roti #C29A3A
Tints of Roti #C29A3A
RGB
CMYK
RGB Variations
Color information
#C29A3A (or 0xC29A3A) is known color: Roti. HEX triplet: C2, 9A and 3A. RGB value is (194,154,58). Sum of RGB (Red+Green+Blue) = 194+154+58=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A3A is #3D65C5. Grayscale: #9B9B9B. Windows color (decimal): -4023750 or 3840706. OLE color: 3840706.
HSL color Cylindrical-coordinate representation of color #C29A3A: hue angle of 42.35º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C29A3A is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 58 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.24 |
| HSL | 42.35º | 0.54% | 0.49% | - |
| HSV(B) | 42.35º | 0.7% | 0.76% | - |
| XYZ | 34.57 | 34.89 | 8.91 | - |
| YUV | 155.02 | 73.25 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 58 | 0 | 0.21 | 0.70 | 0.24 | 42.35 | 0.54 | 0.49 |
| Hex | C2 | 9A | 3A | 0 | 15 | 46 | 18 | 2A | 36 | 31 |
| Octal | 302 | 232 | 72 | 0 | 25 | 106 | 30 | 52 | 66 | 61 |
| Binary | 11000010 | 10011010 | 111010 | 0 | 10101 | 1000110 | 11000 | 101010 | 110110 | 110001 |
Color Harmonies of #C29A3A
Complementary color
Monochromatic Colors of #C29A3A
Black with #C29A3A
Text Example
Text Example
White with #C29A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A3A; }
p { color: rgb(194,154,58); }
H1.HeaderClassName
{
color: #C29A3A;
}
.AnyTagClassName
{
color: #C29A3A;
}
</style>
background-color css
<style>
a { background-color: #C29A3A; }
a { background-color: rgb(194,154,58); }
div.DivClassName
{
background-color: #C29A3A;
}
.BgClassName
{
background-color: #C29A3A;
}
</style>
border-color css
<style>
span { border-color: #C29A3A; }
span { border-color: rgb(194,154,58); }
td.TdClassName
{
border-color: #C29A3A;
}
.TagClassName
{
border-color: #C29A3A;
}
</style>