Shades of Roti #C19B3C
Tints of Roti #C19B3C
RGB
CMYK
RGB Variations
Color information
#C19B3C (or 0xC19B3C) is known color: Roti. HEX triplet: C1, 9B and 3C. RGB value is (193,155,60). Sum of RGB (Red+Green+Blue) = 193+155+60=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19B3C is #3E64C3. Grayscale: #9B9B9B. Windows color (decimal): -4089028 or 3972033. OLE color: 3972033.
HSL color Cylindrical-coordinate representation of color #C19B3C: hue angle of 42.86º degrees, saturation: 0.53, 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 #C19B3C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 60 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.24 |
| HSL | 42.86º | 0.53% | 0.5% | - |
| HSV(B) | 42.86º | 0.69% | 0.76% | - |
| XYZ | 34.53 | 35.11 | 9.23 | - |
| YUV | 155.53 | 74.09 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 60 | 0 | 0.20 | 0.69 | 0.24 | 42.86 | 0.53 | 0.5 |
| Hex | C1 | 9B | 3C | 0 | 14 | 45 | 18 | 2B | 35 | 32 |
| Octal | 301 | 233 | 74 | 0 | 24 | 105 | 30 | 53 | 65 | 62 |
| Binary | 11000001 | 10011011 | 111100 | 0 | 10100 | 1000101 | 11000 | 101011 | 110101 | 110010 |
Color Harmonies of #C19B3C
Complementary color
Monochromatic Colors of #C19B3C
Black with #C19B3C
Text Example
Text Example
White with #C19B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B3C; }
p { color: rgb(193,155,60); }
H1.HeaderClassName
{
color: #C19B3C;
}
.AnyTagClassName
{
color: #C19B3C;
}
</style>
background-color css
<style>
a { background-color: #C19B3C; }
a { background-color: rgb(193,155,60); }
div.DivClassName
{
background-color: #C19B3C;
}
.BgClassName
{
background-color: #C19B3C;
}
</style>
border-color css
<style>
span { border-color: #C19B3C; }
span { border-color: rgb(193,155,60); }
td.TdClassName
{
border-color: #C19B3C;
}
.TagClassName
{
border-color: #C19B3C;
}
</style>