Shades of Roti #C39E3C
Tints of Roti #C39E3C
RGB
CMYK
RGB Variations
Color information
#C39E3C (or 0xC39E3C) is known color: Roti. HEX triplet: C3, 9E and 3C. RGB value is (195,158,60). Sum of RGB (Red+Green+Blue) = 195+158+60=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39E3C is #3C61C3. Grayscale: #9E9E9E. Windows color (decimal): -3957188 or 3972803. OLE color: 3972803.
HSL color Cylindrical-coordinate representation of color #C39E3C: hue angle of 43.56º 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 #C39E3C is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 60 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.24 |
| HSL | 43.56º | 0.53% | 0.5% | - |
| HSV(B) | 43.56º | 0.69% | 0.76% | - |
| XYZ | 35.55 | 36.38 | 9.42 | - |
| YUV | 157.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 60 | 0 | 0.19 | 0.69 | 0.24 | 43.56 | 0.53 | 0.5 |
| Hex | C3 | 9E | 3C | 0 | 13 | 45 | 18 | 2C | 35 | 32 |
| Octal | 303 | 236 | 74 | 0 | 23 | 105 | 30 | 54 | 65 | 62 |
| Binary | 11000011 | 10011110 | 111100 | 0 | 10011 | 1000101 | 11000 | 101100 | 110101 | 110010 |
Color Harmonies of #C39E3C
Complementary color
Monochromatic Colors of #C39E3C
Black with #C39E3C
Text Example
Text Example
White with #C39E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E3C; }
p { color: rgb(195,158,60); }
H1.HeaderClassName
{
color: #C39E3C;
}
.AnyTagClassName
{
color: #C39E3C;
}
</style>
background-color css
<style>
a { background-color: #C39E3C; }
a { background-color: rgb(195,158,60); }
div.DivClassName
{
background-color: #C39E3C;
}
.BgClassName
{
background-color: #C39E3C;
}
</style>
border-color css
<style>
span { border-color: #C39E3C; }
span { border-color: rgb(195,158,60); }
td.TdClassName
{
border-color: #C39E3C;
}
.TagClassName
{
border-color: #C39E3C;
}
</style>