Shades of Roti #C39A41
Tints of Roti #C39A41
RGB
CMYK
RGB Variations
Color information
#C39A41 (or 0xC39A41) is known color: Roti. HEX triplet: C3, 9A and 41. RGB value is (195,154,65). Sum of RGB (Red+Green+Blue) = 195+154+65=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A41 is #3C65BE. Grayscale: #9C9C9C. Windows color (decimal): -3958207 or 4299459. OLE color: 4299459.
HSL color Cylindrical-coordinate representation of color #C39A41: hue angle of 41.08º 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 #C39A41 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 65 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.24 |
| HSL | 41.08º | 0.52% | 0.51% | - |
| HSV(B) | 41.08º | 0.67% | 0.76% | - |
| XYZ | 35.02 | 35.09 | 9.93 | - |
| YUV | 156.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 65 | 0 | 0.21 | 0.67 | 0.24 | 41.08 | 0.52 | 0.51 |
| Hex | C3 | 9A | 41 | 0 | 15 | 43 | 18 | 29 | 34 | 33 |
| Octal | 303 | 232 | 101 | 0 | 25 | 103 | 30 | 51 | 64 | 63 |
| Binary | 11000011 | 10011010 | 1000001 | 0 | 10101 | 1000011 | 11000 | 101001 | 110100 | 110011 |
Color Harmonies of #C39A41
Complementary color
Monochromatic Colors of #C39A41
Black with #C39A41
Text Example
Text Example
White with #C39A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A41; }
p { color: rgb(195,154,65); }
H1.HeaderClassName
{
color: #C39A41;
}
.AnyTagClassName
{
color: #C39A41;
}
</style>
background-color css
<style>
a { background-color: #C39A41; }
a { background-color: rgb(195,154,65); }
div.DivClassName
{
background-color: #C39A41;
}
.BgClassName
{
background-color: #C39A41;
}
</style>
border-color css
<style>
span { border-color: #C39A41; }
span { border-color: rgb(195,154,65); }
td.TdClassName
{
border-color: #C39A41;
}
.TagClassName
{
border-color: #C39A41;
}
</style>