Shades of Roti #C19941
Tints of Roti #C19941
RGB
CMYK
RGB Variations
Color information
#C19941 (or 0xC19941) is known color: Roti. HEX triplet: C1, 99 and 41. RGB value is (193,153,65). Sum of RGB (Red+Green+Blue) = 193+153+65=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C19941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19941 is #3E66BE. Grayscale: #9B9B9B. Windows color (decimal): -4089535 or 4299201. OLE color: 4299201.
HSL color Cylindrical-coordinate representation of color #C19941: hue angle of 41.25º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C19941 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 65 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.24 |
| HSL | 41.25º | 0.51% | 0.51% | - |
| HSV(B) | 41.25º | 0.66% | 0.76% | - |
| XYZ | 34.34 | 34.5 | 9.85 | - |
| YUV | 154.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 65 | 0 | 0.21 | 0.66 | 0.24 | 41.25 | 0.51 | 0.51 |
| Hex | C1 | 99 | 41 | 0 | 15 | 42 | 18 | 29 | 33 | 33 |
| Octal | 301 | 231 | 101 | 0 | 25 | 102 | 30 | 51 | 63 | 63 |
| Binary | 11000001 | 10011001 | 1000001 | 0 | 10101 | 1000010 | 11000 | 101001 | 110011 | 110011 |
Color Harmonies of #C19941
Complementary color
Monochromatic Colors of #C19941
Black with #C19941
Text Example
Text Example
White with #C19941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19941; }
p { color: rgb(193,153,65); }
H1.HeaderClassName
{
color: #C19941;
}
.AnyTagClassName
{
color: #C19941;
}
</style>
background-color css
<style>
a { background-color: #C19941; }
a { background-color: rgb(193,153,65); }
div.DivClassName
{
background-color: #C19941;
}
.BgClassName
{
background-color: #C19941;
}
</style>
border-color css
<style>
span { border-color: #C19941; }
span { border-color: rgb(193,153,65); }
td.TdClassName
{
border-color: #C19941;
}
.TagClassName
{
border-color: #C19941;
}
</style>