Shades of Roti #C19942
Tints of Roti #C19942
RGB
CMYK
RGB Variations
Color information
#C19942 (or 0xC19942) is known color: Roti. HEX triplet: C1, 99 and 42. RGB value is (193,153,66). Sum of RGB (Red+Green+Blue) = 193+153+66=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C19942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19942 is #3E66BD. Grayscale: #9B9B9B. Windows color (decimal): -4089534 or 4364737. OLE color: 4364737.
HSL color Cylindrical-coordinate representation of color #C19942: hue angle of 41.1º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C19942 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 66 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.24 |
| HSL | 41.1º | 0.51% | 0.51% | - |
| HSV(B) | 41.1º | 0.66% | 0.76% | - |
| XYZ | 34.37 | 34.51 | 10 | - |
| YUV | 155.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 66 | 0 | 0.21 | 0.66 | 0.24 | 41.1 | 0.51 | 0.51 |
| Hex | C1 | 99 | 42 | 0 | 15 | 42 | 18 | 29 | 33 | 33 |
| Octal | 301 | 231 | 102 | 0 | 25 | 102 | 30 | 51 | 63 | 63 |
| Binary | 11000001 | 10011001 | 1000010 | 0 | 10101 | 1000010 | 11000 | 101001 | 110011 | 110011 |
Color Harmonies of #C19942
Complementary color
Monochromatic Colors of #C19942
Black with #C19942
Text Example
Text Example
White with #C19942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19942; }
p { color: rgb(193,153,66); }
H1.HeaderClassName
{
color: #C19942;
}
.AnyTagClassName
{
color: #C19942;
}
</style>
background-color css
<style>
a { background-color: #C19942; }
a { background-color: rgb(193,153,66); }
div.DivClassName
{
background-color: #C19942;
}
.BgClassName
{
background-color: #C19942;
}
</style>
border-color css
<style>
span { border-color: #C19942; }
span { border-color: rgb(193,153,66); }
td.TdClassName
{
border-color: #C19942;
}
.TagClassName
{
border-color: #C19942;
}
</style>