Shades of Roti #C39E42
Tints of Roti #C39E42
RGB
CMYK
RGB Variations
Color information
#C39E42 (or 0xC39E42) is known color: Roti. HEX triplet: C3, 9E and 42. RGB value is (195,158,66). Sum of RGB (Red+Green+Blue) = 195+158+66=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39E42 is #3C61BD. Grayscale: #9E9E9E. Windows color (decimal): -3957182 or 4366019. OLE color: 4366019.
HSL color Cylindrical-coordinate representation of color #C39E42: hue angle of 42.79º degrees, saturation: 0.52, 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 #C39E42 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 66 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.24 |
| HSL | 42.79º | 0.52% | 0.51% | - |
| HSV(B) | 42.79º | 0.66% | 0.76% | - |
| XYZ | 35.72 | 36.45 | 10.31 | - |
| YUV | 158.58 | 75.76 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 66 | 0 | 0.19 | 0.66 | 0.24 | 42.79 | 0.52 | 0.51 |
| Hex | C3 | 9E | 42 | 0 | 13 | 42 | 18 | 2B | 34 | 33 |
| Octal | 303 | 236 | 102 | 0 | 23 | 102 | 30 | 53 | 64 | 63 |
| Binary | 11000011 | 10011110 | 1000010 | 0 | 10011 | 1000010 | 11000 | 101011 | 110100 | 110011 |
Color Harmonies of #C39E42
Complementary color
Monochromatic Colors of #C39E42
Black with #C39E42
Text Example
Text Example
White with #C39E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E42; }
p { color: rgb(195,158,66); }
H1.HeaderClassName
{
color: #C39E42;
}
.AnyTagClassName
{
color: #C39E42;
}
</style>
background-color css
<style>
a { background-color: #C39E42; }
a { background-color: rgb(195,158,66); }
div.DivClassName
{
background-color: #C39E42;
}
.BgClassName
{
background-color: #C39E42;
}
</style>
border-color css
<style>
span { border-color: #C39E42; }
span { border-color: rgb(195,158,66); }
td.TdClassName
{
border-color: #C39E42;
}
.TagClassName
{
border-color: #C39E42;
}
</style>