Shades of Roti #C39F3E
Tints of Roti #C39F3E
RGB
CMYK
RGB Variations
Color information
#C39F3E (or 0xC39F3E) is known color: Roti. HEX triplet: C3, 9F and 3E. RGB value is (195,159,62). Sum of RGB (Red+Green+Blue) = 195+159+62=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39F3E is #3C60C1. Grayscale: #9F9F9F. Windows color (decimal): -3956930 or 4104131. OLE color: 4104131.
HSL color Cylindrical-coordinate representation of color #C39F3E: hue angle of 43.76º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C39F3E is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 159 | 62 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.24 |
| HSL | 43.76º | 0.53% | 0.5% | - |
| HSV(B) | 43.76º | 0.68% | 0.76% | - |
| XYZ | 35.77 | 36.75 | 9.76 | - |
| YUV | 158.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 62 | 0 | 0.18 | 0.68 | 0.24 | 43.76 | 0.53 | 0.5 |
| Hex | C3 | 9F | 3E | 0 | 12 | 44 | 18 | 2C | 35 | 32 |
| Octal | 303 | 237 | 76 | 0 | 22 | 104 | 30 | 54 | 65 | 62 |
| Binary | 11000011 | 10011111 | 111110 | 0 | 10010 | 1000100 | 11000 | 101100 | 110101 | 110010 |
Color Harmonies of #C39F3E
Complementary color
Monochromatic Colors of #C39F3E
Black with #C39F3E
Text Example
Text Example
White with #C39F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39F3E; }
p { color: rgb(195,159,62); }
H1.HeaderClassName
{
color: #C39F3E;
}
.AnyTagClassName
{
color: #C39F3E;
}
</style>
background-color css
<style>
a { background-color: #C39F3E; }
a { background-color: rgb(195,159,62); }
div.DivClassName
{
background-color: #C39F3E;
}
.BgClassName
{
background-color: #C39F3E;
}
</style>
border-color css
<style>
span { border-color: #C39F3E; }
span { border-color: rgb(195,159,62); }
td.TdClassName
{
border-color: #C39F3E;
}
.TagClassName
{
border-color: #C39F3E;
}
</style>