Shades of Roti #C19C3C
Tints of Roti #C19C3C
RGB
CMYK
RGB Variations
Color information
#C19C3C (or 0xC19C3C) is known color: Roti. HEX triplet: C1, 9C and 3C. RGB value is (193,156,60). Sum of RGB (Red+Green+Blue) = 193+156+60=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19C3C is #3E63C3. Grayscale: #9C9C9C. Windows color (decimal): -4088772 or 3972289. OLE color: 3972289.
HSL color Cylindrical-coordinate representation of color #C19C3C: hue angle of 43.31º 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 #C19C3C is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 60 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.24 |
| HSL | 43.31º | 0.53% | 0.5% | - |
| HSV(B) | 43.31º | 0.69% | 0.76% | - |
| XYZ | 34.7 | 35.44 | 9.29 | - |
| YUV | 156.12 | 73.76 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 60 | 0 | 0.19 | 0.69 | 0.24 | 43.31 | 0.53 | 0.5 |
| Hex | C1 | 9C | 3C | 0 | 13 | 45 | 18 | 2B | 35 | 32 |
| Octal | 301 | 234 | 74 | 0 | 23 | 105 | 30 | 53 | 65 | 62 |
| Binary | 11000001 | 10011100 | 111100 | 0 | 10011 | 1000101 | 11000 | 101011 | 110101 | 110010 |
Color Harmonies of #C19C3C
Complementary color
Monochromatic Colors of #C19C3C
Black with #C19C3C
Text Example
Text Example
White with #C19C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C3C; }
p { color: rgb(193,156,60); }
H1.HeaderClassName
{
color: #C19C3C;
}
.AnyTagClassName
{
color: #C19C3C;
}
</style>
background-color css
<style>
a { background-color: #C19C3C; }
a { background-color: rgb(193,156,60); }
div.DivClassName
{
background-color: #C19C3C;
}
.BgClassName
{
background-color: #C19C3C;
}
</style>
border-color css
<style>
span { border-color: #C19C3C; }
span { border-color: rgb(193,156,60); }
td.TdClassName
{
border-color: #C19C3C;
}
.TagClassName
{
border-color: #C19C3C;
}
</style>