Shades of Roti #C39D40
Tints of Roti #C39D40
RGB
CMYK
RGB Variations
Color information
#C39D40 (or 0xC39D40) is known color: Roti. HEX triplet: C3, 9D and 40. RGB value is (195,157,64). Sum of RGB (Red+Green+Blue) = 195+157+64=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39D40 is #3C62BF. Grayscale: #9E9E9E. Windows color (decimal): -3957440 or 4234691. OLE color: 4234691.
HSL color Cylindrical-coordinate representation of color #C39D40: hue angle of 42.6º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C39D40 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 64 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.24 |
| HSL | 42.6º | 0.52% | 0.51% | - |
| HSV(B) | 42.6º | 0.67% | 0.76% | - |
| XYZ | 35.49 | 36.09 | 9.95 | - |
| YUV | 157.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 64 | 0 | 0.19 | 0.67 | 0.24 | 42.6 | 0.52 | 0.51 |
| Hex | C3 | 9D | 40 | 0 | 13 | 43 | 18 | 2B | 34 | 33 |
| Octal | 303 | 235 | 100 | 0 | 23 | 103 | 30 | 53 | 64 | 63 |
| Binary | 11000011 | 10011101 | 1000000 | 0 | 10011 | 1000011 | 11000 | 101011 | 110100 | 110011 |
Color Harmonies of #C39D40
Complementary color
Monochromatic Colors of #C39D40
Black with #C39D40
Text Example
Text Example
White with #C39D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D40; }
p { color: rgb(195,157,64); }
H1.HeaderClassName
{
color: #C39D40;
}
.AnyTagClassName
{
color: #C39D40;
}
</style>
background-color css
<style>
a { background-color: #C39D40; }
a { background-color: rgb(195,157,64); }
div.DivClassName
{
background-color: #C39D40;
}
.BgClassName
{
background-color: #C39D40;
}
</style>
border-color css
<style>
span { border-color: #C39D40; }
span { border-color: rgb(195,157,64); }
td.TdClassName
{
border-color: #C39D40;
}
.TagClassName
{
border-color: #C39D40;
}
</style>