Shades of Roti #C19A44
Tints of Roti #C19A44
RGB
CMYK
RGB Variations
Color information
#C19A44 (or 0xC19A44) is known color: Roti. HEX triplet: C1, 9A and 44. RGB value is (193,154,68). Sum of RGB (Red+Green+Blue) = 193+154+68=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A44 is #3E65BB. Grayscale: #9C9C9C. Windows color (decimal): -4089276 or 4496065. OLE color: 4496065.
HSL color Cylindrical-coordinate representation of color #C19A44: hue angle of 41.28º degrees, saturation: 0.5, 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 #C19A44 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 68 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.24 |
| HSL | 41.28º | 0.5% | 0.51% | - |
| HSV(B) | 41.28º | 0.65% | 0.76% | - |
| XYZ | 34.59 | 34.87 | 10.38 | - |
| YUV | 155.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 68 | 0 | 0.20 | 0.65 | 0.24 | 41.28 | 0.5 | 0.51 |
| Hex | C1 | 9A | 44 | 0 | 14 | 41 | 18 | 29 | 32 | 33 |
| Octal | 301 | 232 | 104 | 0 | 24 | 101 | 30 | 51 | 62 | 63 |
| Binary | 11000001 | 10011010 | 1000100 | 0 | 10100 | 1000001 | 11000 | 101001 | 110010 | 110011 |
Color Harmonies of #C19A44
Complementary color
Monochromatic Colors of #C19A44
Black with #C19A44
Text Example
Text Example
White with #C19A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A44; }
p { color: rgb(193,154,68); }
H1.HeaderClassName
{
color: #C19A44;
}
.AnyTagClassName
{
color: #C19A44;
}
</style>
background-color css
<style>
a { background-color: #C19A44; }
a { background-color: rgb(193,154,68); }
div.DivClassName
{
background-color: #C19A44;
}
.BgClassName
{
background-color: #C19A44;
}
</style>
border-color css
<style>
span { border-color: #C19A44; }
span { border-color: rgb(193,154,68); }
td.TdClassName
{
border-color: #C19A44;
}
.TagClassName
{
border-color: #C19A44;
}
</style>