Shades of Roti #C19D37
Tints of Roti #C19D37
RGB
CMYK
RGB Variations
Color information
#C19D37 (or 0xC19D37) is known color: Roti. HEX triplet: C1, 9D and 37. RGB value is (193,157,55). Sum of RGB (Red+Green+Blue) = 193+157+55=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19D37 is #3E62C8. Grayscale: #9C9C9C. Windows color (decimal): -4088521 or 3644865. OLE color: 3644865.
HSL color Cylindrical-coordinate representation of color #C19D37: hue angle of 44.35º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C19D37 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 55 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.24 |
| HSL | 44.35º | 0.56% | 0.49% | - |
| HSV(B) | 44.35º | 0.72% | 0.76% | - |
| XYZ | 34.74 | 35.73 | 8.68 | - |
| YUV | 156.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 55 | 0 | 0.19 | 0.72 | 0.24 | 44.35 | 0.56 | 0.49 |
| Hex | C1 | 9D | 37 | 0 | 13 | 48 | 18 | 2C | 38 | 31 |
| Octal | 301 | 235 | 67 | 0 | 23 | 110 | 30 | 54 | 70 | 61 |
| Binary | 11000001 | 10011101 | 110111 | 0 | 10011 | 1001000 | 11000 | 101100 | 111000 | 110001 |
Color Harmonies of #C19D37
Complementary color
Monochromatic Colors of #C19D37
Black with #C19D37
Text Example
Text Example
White with #C19D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D37; }
p { color: rgb(193,157,55); }
H1.HeaderClassName
{
color: #C19D37;
}
.AnyTagClassName
{
color: #C19D37;
}
</style>
background-color css
<style>
a { background-color: #C19D37; }
a { background-color: rgb(193,157,55); }
div.DivClassName
{
background-color: #C19D37;
}
.BgClassName
{
background-color: #C19D37;
}
</style>
border-color css
<style>
span { border-color: #C19D37; }
span { border-color: rgb(193,157,55); }
td.TdClassName
{
border-color: #C19D37;
}
.TagClassName
{
border-color: #C19D37;
}
</style>