Shades of Roti #C39A40
Tints of Roti #C39A40
RGB
CMYK
RGB Variations
Color information
#C39A40 (or 0xC39A40) is known color: Roti. HEX triplet: C3, 9A and 40. RGB value is (195,154,64). Sum of RGB (Red+Green+Blue) = 195+154+64=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A40 is #3C65BF. Grayscale: #9C9C9C. Windows color (decimal): -3958208 or 4233923. OLE color: 4233923.
HSL color Cylindrical-coordinate representation of color #C39A40: hue angle of 41.22º 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 #C39A40 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 64 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.24 |
| HSL | 41.22º | 0.52% | 0.51% | - |
| HSV(B) | 41.22º | 0.67% | 0.76% | - |
| XYZ | 34.99 | 35.08 | 9.78 | - |
| YUV | 156 | 76.08 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 64 | 0 | 0.21 | 0.67 | 0.24 | 41.22 | 0.52 | 0.51 |
| Hex | C3 | 9A | 40 | 0 | 15 | 43 | 18 | 29 | 34 | 33 |
| Octal | 303 | 232 | 100 | 0 | 25 | 103 | 30 | 51 | 64 | 63 |
| Binary | 11000011 | 10011010 | 1000000 | 0 | 10101 | 1000011 | 11000 | 101001 | 110100 | 110011 |
Color Harmonies of #C39A40
Complementary color
Monochromatic Colors of #C39A40
Black with #C39A40
Text Example
Text Example
White with #C39A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A40; }
p { color: rgb(195,154,64); }
H1.HeaderClassName
{
color: #C39A40;
}
.AnyTagClassName
{
color: #C39A40;
}
</style>
background-color css
<style>
a { background-color: #C39A40; }
a { background-color: rgb(195,154,64); }
div.DivClassName
{
background-color: #C39A40;
}
.BgClassName
{
background-color: #C39A40;
}
</style>
border-color css
<style>
span { border-color: #C39A40; }
span { border-color: rgb(195,154,64); }
td.TdClassName
{
border-color: #C39A40;
}
.TagClassName
{
border-color: #C39A40;
}
</style>