Shades of Roti #C2993D
Tints of Roti #C2993D
RGB
CMYK
RGB Variations
Color information
#C2993D (or 0xC2993D) is known color: Roti. HEX triplet: C2, 99 and 3D. RGB value is (194,153,61). Sum of RGB (Red+Green+Blue) = 194+153+61=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2993D is #3D66C2. Grayscale: #9B9B9B. Windows color (decimal): -4024003 or 4037058. OLE color: 4037058.
HSL color Cylindrical-coordinate representation of color #C2993D: hue angle of 41.5º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2993D is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 61 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.24 |
| HSL | 41.5º | 0.52% | 0.5% | - |
| HSV(B) | 41.5º | 0.69% | 0.76% | - |
| XYZ | 34.48 | 34.59 | 9.27 | - |
| YUV | 154.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 61 | 0 | 0.21 | 0.69 | 0.24 | 41.5 | 0.52 | 0.5 |
| Hex | C2 | 99 | 3D | 0 | 15 | 45 | 18 | 2A | 34 | 32 |
| Octal | 302 | 231 | 75 | 0 | 25 | 105 | 30 | 52 | 64 | 62 |
| Binary | 11000010 | 10011001 | 111101 | 0 | 10101 | 1000101 | 11000 | 101010 | 110100 | 110010 |
Color Harmonies of #C2993D
Complementary color
Monochromatic Colors of #C2993D
Black with #C2993D
Text Example
Text Example
White with #C2993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2993D; }
p { color: rgb(194,153,61); }
H1.HeaderClassName
{
color: #C2993D;
}
.AnyTagClassName
{
color: #C2993D;
}
</style>
background-color css
<style>
a { background-color: #C2993D; }
a { background-color: rgb(194,153,61); }
div.DivClassName
{
background-color: #C2993D;
}
.BgClassName
{
background-color: #C2993D;
}
</style>
border-color css
<style>
span { border-color: #C2993D; }
span { border-color: rgb(194,153,61); }
td.TdClassName
{
border-color: #C2993D;
}
.TagClassName
{
border-color: #C2993D;
}
</style>