Shades of Roti #C1A042
Tints of Roti #C1A042
RGB
CMYK
RGB Variations
Color information
#C1A042 (or 0xC1A042) is known color: Roti. HEX triplet: C1, A0 and 42. RGB value is (193,160,66). Sum of RGB (Red+Green+Blue) = 193+160+66=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A042 is #3E5FBD. Grayscale: #9F9F9F. Windows color (decimal): -4087742 or 4366529. OLE color: 4366529.
HSL color Cylindrical-coordinate representation of color #C1A042: hue angle of 44.41º 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 #C1A042 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 160 | 66 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.24 |
| HSL | 44.41º | 0.51% | 0.51% | - |
| HSV(B) | 44.41º | 0.66% | 0.76% | - |
| XYZ | 35.55 | 36.87 | 10.4 | - |
| YUV | 159.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 66 | 0 | 0.17 | 0.66 | 0.24 | 44.41 | 0.51 | 0.51 |
| Hex | C1 | A0 | 42 | 0 | 11 | 42 | 18 | 2C | 33 | 33 |
| Octal | 301 | 240 | 102 | 0 | 21 | 102 | 30 | 54 | 63 | 63 |
| Binary | 11000001 | 10100000 | 1000010 | 0 | 10001 | 1000010 | 11000 | 101100 | 110011 | 110011 |
Color Harmonies of #C1A042
Complementary color
Monochromatic Colors of #C1A042
Black with #C1A042
Text Example
Text Example
White with #C1A042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A042; }
p { color: rgb(193,160,66); }
H1.HeaderClassName
{
color: #C1A042;
}
.AnyTagClassName
{
color: #C1A042;
}
</style>
background-color css
<style>
a { background-color: #C1A042; }
a { background-color: rgb(193,160,66); }
div.DivClassName
{
background-color: #C1A042;
}
.BgClassName
{
background-color: #C1A042;
}
</style>
border-color css
<style>
span { border-color: #C1A042; }
span { border-color: rgb(193,160,66); }
td.TdClassName
{
border-color: #C1A042;
}
.TagClassName
{
border-color: #C1A042;
}
</style>