Shades of Roti #C6A03B
Tints of Roti #C6A03B
RGB
CMYK
RGB Variations
Color information
#C6A03B (or 0xC6A03B) is known color: Roti. HEX triplet: C6, A0 and 3B. RGB value is (198,160,59). Sum of RGB (Red+Green+Blue) = 198+160+59=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A03B is #395FC4. Grayscale: #A0A0A0. Windows color (decimal): -3760069 or 3907782. OLE color: 3907782.
HSL color Cylindrical-coordinate representation of color #C6A03B: hue angle of 43.6º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6A03B is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 59 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.22 |
| HSL | 43.6º | 0.55% | 0.5% | - |
| HSV(B) | 43.6º | 0.7% | 0.78% | - |
| XYZ | 36.65 | 37.46 | 9.44 | - |
| YUV | 159.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 59 | 0 | 0.19 | 0.70 | 0.22 | 43.6 | 0.55 | 0.5 |
| Hex | C6 | A0 | 3B | 0 | 13 | 46 | 16 | 2C | 37 | 32 |
| Octal | 306 | 240 | 73 | 0 | 23 | 106 | 26 | 54 | 67 | 62 |
| Binary | 11000110 | 10100000 | 111011 | 0 | 10011 | 1000110 | 10110 | 101100 | 110111 | 110010 |
Color Harmonies of #C6A03B
Complementary color
Monochromatic Colors of #C6A03B
Black with #C6A03B
Text Example
Text Example
White with #C6A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A03B; }
p { color: rgb(198,160,59); }
H1.HeaderClassName
{
color: #C6A03B;
}
.AnyTagClassName
{
color: #C6A03B;
}
</style>
background-color css
<style>
a { background-color: #C6A03B; }
a { background-color: rgb(198,160,59); }
div.DivClassName
{
background-color: #C6A03B;
}
.BgClassName
{
background-color: #C6A03B;
}
</style>
border-color css
<style>
span { border-color: #C6A03B; }
span { border-color: rgb(198,160,59); }
td.TdClassName
{
border-color: #C6A03B;
}
.TagClassName
{
border-color: #C6A03B;
}
</style>