Shades of Roti #C09A41
Tints of Roti #C09A41
RGB
CMYK
RGB Variations
Color information
#C09A41 (or 0xC09A41) is known color: Roti. HEX triplet: C0, 9A and 41. RGB value is (192,154,65). Sum of RGB (Red+Green+Blue) = 192+154+65=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A41 is #3F65BE. Grayscale: #9B9B9B. Windows color (decimal): -4154815 or 4299456. OLE color: 4299456.
HSL color Cylindrical-coordinate representation of color #C09A41: hue angle of 42.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C09A41 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 65 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.25 |
| HSL | 42.05º | 0.5% | 0.5% | - |
| HSV(B) | 42.05º | 0.66% | 0.75% | - |
| XYZ | 34.25 | 34.7 | 9.89 | - |
| YUV | 155.22 | 77.09 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 65 | 0 | 0.20 | 0.66 | 0.25 | 42.05 | 0.5 | 0.5 |
| Hex | C0 | 9A | 41 | 0 | 14 | 42 | 19 | 2A | 32 | 32 |
| Octal | 300 | 232 | 101 | 0 | 24 | 102 | 31 | 52 | 62 | 62 |
| Binary | 11000000 | 10011010 | 1000001 | 0 | 10100 | 1000010 | 11001 | 101010 | 110010 | 110010 |
Color Harmonies of #C09A41
Complementary color
Monochromatic Colors of #C09A41
Black with #C09A41
Text Example
Text Example
White with #C09A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A41; }
p { color: rgb(192,154,65); }
H1.HeaderClassName
{
color: #C09A41;
}
.AnyTagClassName
{
color: #C09A41;
}
</style>
background-color css
<style>
a { background-color: #C09A41; }
a { background-color: rgb(192,154,65); }
div.DivClassName
{
background-color: #C09A41;
}
.BgClassName
{
background-color: #C09A41;
}
</style>
border-color css
<style>
span { border-color: #C09A41; }
span { border-color: rgb(192,154,65); }
td.TdClassName
{
border-color: #C09A41;
}
.TagClassName
{
border-color: #C09A41;
}
</style>