Shades of Roti #C39B41
Tints of Roti #C39B41
RGB
CMYK
RGB Variations
Color information
#C39B41 (or 0xC39B41) is known color: Roti. HEX triplet: C3, 9B and 41. RGB value is (195,155,65). Sum of RGB (Red+Green+Blue) = 195+155+65=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39B41 is #3C64BE. Grayscale: #9D9D9D. Windows color (decimal): -3957951 or 4299715. OLE color: 4299715.
HSL color Cylindrical-coordinate representation of color #C39B41: hue angle of 41.54º 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 #C39B41 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 65 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.24 |
| HSL | 41.54º | 0.52% | 0.51% | - |
| HSV(B) | 41.54º | 0.67% | 0.76% | - |
| XYZ | 35.18 | 35.43 | 9.98 | - |
| YUV | 156.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 65 | 0 | 0.21 | 0.67 | 0.24 | 41.54 | 0.52 | 0.51 |
| Hex | C3 | 9B | 41 | 0 | 15 | 43 | 18 | 2A | 34 | 33 |
| Octal | 303 | 233 | 101 | 0 | 25 | 103 | 30 | 52 | 64 | 63 |
| Binary | 11000011 | 10011011 | 1000001 | 0 | 10101 | 1000011 | 11000 | 101010 | 110100 | 110011 |
Color Harmonies of #C39B41
Complementary color
Monochromatic Colors of #C39B41
Black with #C39B41
Text Example
Text Example
White with #C39B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B41; }
p { color: rgb(195,155,65); }
H1.HeaderClassName
{
color: #C39B41;
}
.AnyTagClassName
{
color: #C39B41;
}
</style>
background-color css
<style>
a { background-color: #C39B41; }
a { background-color: rgb(195,155,65); }
div.DivClassName
{
background-color: #C39B41;
}
.BgClassName
{
background-color: #C39B41;
}
</style>
border-color css
<style>
span { border-color: #C39B41; }
span { border-color: rgb(195,155,65); }
td.TdClassName
{
border-color: #C39B41;
}
.TagClassName
{
border-color: #C39B41;
}
</style>