Shades of Roti #C09944
Tints of Roti #C09944
RGB
CMYK
RGB Variations
Color information
#C09944 (or 0xC09944) is known color: Roti. HEX triplet: C0, 99 and 44. RGB value is (192,153,68). Sum of RGB (Red+Green+Blue) = 192+153+68=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C09944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09944 is #3F66BB. Grayscale: #9B9B9B. Windows color (decimal): -4155068 or 4495808. OLE color: 4495808.
HSL color Cylindrical-coordinate representation of color #C09944: hue angle of 41.13º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C09944 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 68 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.25 |
| HSL | 41.13º | 0.5% | 0.51% | - |
| HSV(B) | 41.13º | 0.65% | 0.75% | - |
| XYZ | 34.17 | 34.41 | 10.31 | - |
| YUV | 154.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 68 | 0 | 0.20 | 0.65 | 0.25 | 41.13 | 0.5 | 0.51 |
| Hex | C0 | 99 | 44 | 0 | 14 | 41 | 19 | 29 | 32 | 33 |
| Octal | 300 | 231 | 104 | 0 | 24 | 101 | 31 | 51 | 62 | 63 |
| Binary | 11000000 | 10011001 | 1000100 | 0 | 10100 | 1000001 | 11001 | 101001 | 110010 | 110011 |
Color Harmonies of #C09944
Complementary color
Monochromatic Colors of #C09944
Black with #C09944
Text Example
Text Example
White with #C09944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09944; }
p { color: rgb(192,153,68); }
H1.HeaderClassName
{
color: #C09944;
}
.AnyTagClassName
{
color: #C09944;
}
</style>
background-color css
<style>
a { background-color: #C09944; }
a { background-color: rgb(192,153,68); }
div.DivClassName
{
background-color: #C09944;
}
.BgClassName
{
background-color: #C09944;
}
</style>
border-color css
<style>
span { border-color: #C09944; }
span { border-color: rgb(192,153,68); }
td.TdClassName
{
border-color: #C09944;
}
.TagClassName
{
border-color: #C09944;
}
</style>