Shades of Roti #C19D3B
Tints of Roti #C19D3B
RGB
CMYK
RGB Variations
Color information
#C19D3B (or 0xC19D3B) is known color: Roti. HEX triplet: C1, 9D and 3B. RGB value is (193,157,59). Sum of RGB (Red+Green+Blue) = 193+157+59=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19D3B is #3E62C4. Grayscale: #9D9D9D. Windows color (decimal): -4088517 or 3907009. OLE color: 3907009.
HSL color Cylindrical-coordinate representation of color #C19D3B: hue angle of 43.88º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C19D3B is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 59 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.24 |
| HSL | 43.88º | 0.53% | 0.49% | - |
| HSV(B) | 43.88º | 0.69% | 0.76% | - |
| XYZ | 34.84 | 35.77 | 9.21 | - |
| YUV | 156.59 | 72.93 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 59 | 0 | 0.19 | 0.69 | 0.24 | 43.88 | 0.53 | 0.49 |
| Hex | C1 | 9D | 3B | 0 | 13 | 45 | 18 | 2C | 35 | 31 |
| Octal | 301 | 235 | 73 | 0 | 23 | 105 | 30 | 54 | 65 | 61 |
| Binary | 11000001 | 10011101 | 111011 | 0 | 10011 | 1000101 | 11000 | 101100 | 110101 | 110001 |
Color Harmonies of #C19D3B
Complementary color
Monochromatic Colors of #C19D3B
Black with #C19D3B
Text Example
Text Example
White with #C19D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D3B; }
p { color: rgb(193,157,59); }
H1.HeaderClassName
{
color: #C19D3B;
}
.AnyTagClassName
{
color: #C19D3B;
}
</style>
background-color css
<style>
a { background-color: #C19D3B; }
a { background-color: rgb(193,157,59); }
div.DivClassName
{
background-color: #C19D3B;
}
.BgClassName
{
background-color: #C19D3B;
}
</style>
border-color css
<style>
span { border-color: #C19D3B; }
span { border-color: rgb(193,157,59); }
td.TdClassName
{
border-color: #C19D3B;
}
.TagClassName
{
border-color: #C19D3B;
}
</style>