Shades of Roti #C09F45
Tints of Roti #C09F45
RGB
CMYK
RGB Variations
Color information
#C09F45 (or 0xC09F45) is known color: Roti. HEX triplet: C0, 9F and 45. RGB value is (192,159,69). Sum of RGB (Red+Green+Blue) = 192+159+69=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09F45 is #3F60BA. Grayscale: #9E9E9E. Windows color (decimal): -4153531 or 4562880. OLE color: 4562880.
HSL color Cylindrical-coordinate representation of color #C09F45: hue angle of 43.9º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C09F45 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 69 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.25 |
| HSL | 43.9º | 0.49% | 0.51% | - |
| HSV(B) | 43.9º | 0.64% | 0.75% | - |
| XYZ | 35.21 | 36.43 | 10.81 | - |
| YUV | 158.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 69 | 0 | 0.17 | 0.64 | 0.25 | 43.9 | 0.49 | 0.51 |
| Hex | C0 | 9F | 45 | 0 | 11 | 40 | 19 | 2C | 31 | 33 |
| Octal | 300 | 237 | 105 | 0 | 21 | 100 | 31 | 54 | 61 | 63 |
| Binary | 11000000 | 10011111 | 1000101 | 0 | 10001 | 1000000 | 11001 | 101100 | 110001 | 110011 |
Color Harmonies of #C09F45
Complementary color
Monochromatic Colors of #C09F45
Black with #C09F45
Text Example
Text Example
White with #C09F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F45; }
p { color: rgb(192,159,69); }
H1.HeaderClassName
{
color: #C09F45;
}
.AnyTagClassName
{
color: #C09F45;
}
</style>
background-color css
<style>
a { background-color: #C09F45; }
a { background-color: rgb(192,159,69); }
div.DivClassName
{
background-color: #C09F45;
}
.BgClassName
{
background-color: #C09F45;
}
</style>
border-color css
<style>
span { border-color: #C09F45; }
span { border-color: rgb(192,159,69); }
td.TdClassName
{
border-color: #C09F45;
}
.TagClassName
{
border-color: #C09F45;
}
</style>