Shades of Roti #C6A03A
Tints of Roti #C6A03A
RGB
CMYK
RGB Variations
Color information
#C6A03A (or 0xC6A03A) is known color: Roti. HEX triplet: C6, A0 and 3A. RGB value is (198,160,58). Sum of RGB (Red+Green+Blue) = 198+160+58=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A03A is #395FC5. Grayscale: #A0A0A0. Windows color (decimal): -3760070 or 3842246. OLE color: 3842246.
HSL color Cylindrical-coordinate representation of color #C6A03A: hue angle of 43.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6A03A is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 58 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.22 |
| HSL | 43.71º | 0.55% | 0.5% | - |
| HSV(B) | 43.71º | 0.71% | 0.78% | - |
| XYZ | 36.62 | 37.45 | 9.3 | - |
| YUV | 159.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 58 | 0 | 0.19 | 0.71 | 0.22 | 43.71 | 0.55 | 0.5 |
| Hex | C6 | A0 | 3A | 0 | 13 | 47 | 16 | 2C | 37 | 32 |
| Octal | 306 | 240 | 72 | 0 | 23 | 107 | 26 | 54 | 67 | 62 |
| Binary | 11000110 | 10100000 | 111010 | 0 | 10011 | 1000111 | 10110 | 101100 | 110111 | 110010 |
Color Harmonies of #C6A03A
Complementary color
Monochromatic Colors of #C6A03A
Black with #C6A03A
Text Example
Text Example
White with #C6A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A03A; }
p { color: rgb(198,160,58); }
H1.HeaderClassName
{
color: #C6A03A;
}
.AnyTagClassName
{
color: #C6A03A;
}
</style>
background-color css
<style>
a { background-color: #C6A03A; }
a { background-color: rgb(198,160,58); }
div.DivClassName
{
background-color: #C6A03A;
}
.BgClassName
{
background-color: #C6A03A;
}
</style>
border-color css
<style>
span { border-color: #C6A03A; }
span { border-color: rgb(198,160,58); }
td.TdClassName
{
border-color: #C6A03A;
}
.TagClassName
{
border-color: #C6A03A;
}
</style>