Shades of Roti #C3A03D
Tints of Roti #C3A03D
RGB
CMYK
RGB Variations
Color information
#C3A03D (or 0xC3A03D) is known color: Roti. HEX triplet: C3, A0 and 3D. RGB value is (195,160,61). Sum of RGB (Red+Green+Blue) = 195+160+61=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A03D is #3C5FC2. Grayscale: #9F9F9F. Windows color (decimal): -3956675 or 4038851. OLE color: 4038851.
HSL color Cylindrical-coordinate representation of color #C3A03D: hue angle of 44.33º 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 #C3A03D is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 61 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.24 |
| HSL | 44.33º | 0.53% | 0.5% | - |
| HSV(B) | 44.33º | 0.69% | 0.76% | - |
| XYZ | 35.92 | 37.08 | 9.68 | - |
| YUV | 159.18 | 72.6 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 61 | 0 | 0.18 | 0.69 | 0.24 | 44.33 | 0.53 | 0.5 |
| Hex | C3 | A0 | 3D | 0 | 12 | 45 | 18 | 2C | 35 | 32 |
| Octal | 303 | 240 | 75 | 0 | 22 | 105 | 30 | 54 | 65 | 62 |
| Binary | 11000011 | 10100000 | 111101 | 0 | 10010 | 1000101 | 11000 | 101100 | 110101 | 110010 |
Color Harmonies of #C3A03D
Complementary color
Monochromatic Colors of #C3A03D
Black with #C3A03D
Text Example
Text Example
White with #C3A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A03D; }
p { color: rgb(195,160,61); }
H1.HeaderClassName
{
color: #C3A03D;
}
.AnyTagClassName
{
color: #C3A03D;
}
</style>
background-color css
<style>
a { background-color: #C3A03D; }
a { background-color: rgb(195,160,61); }
div.DivClassName
{
background-color: #C3A03D;
}
.BgClassName
{
background-color: #C3A03D;
}
</style>
border-color css
<style>
span { border-color: #C3A03D; }
span { border-color: rgb(195,160,61); }
td.TdClassName
{
border-color: #C3A03D;
}
.TagClassName
{
border-color: #C3A03D;
}
</style>