Shades of Roti #C09A43
Tints of Roti #C09A43
RGB
CMYK
RGB Variations
Color information
#C09A43 (or 0xC09A43) is known color: Roti. HEX triplet: C0, 9A and 43. RGB value is (192,154,67). Sum of RGB (Red+Green+Blue) = 192+154+67=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A43 is #3F65BC. Grayscale: #9B9B9B. Windows color (decimal): -4154813 or 4430528. OLE color: 4430528.
HSL color Cylindrical-coordinate representation of color #C09A43: hue angle of 41.76º 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 #C09A43 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 67 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.25 |
| HSL | 41.76º | 0.5% | 0.51% | - |
| HSV(B) | 41.76º | 0.65% | 0.75% | - |
| XYZ | 34.31 | 34.72 | 10.2 | - |
| YUV | 155.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 67 | 0 | 0.20 | 0.65 | 0.25 | 41.76 | 0.5 | 0.51 |
| Hex | C0 | 9A | 43 | 0 | 14 | 41 | 19 | 2A | 32 | 33 |
| Octal | 300 | 232 | 103 | 0 | 24 | 101 | 31 | 52 | 62 | 63 |
| Binary | 11000000 | 10011010 | 1000011 | 0 | 10100 | 1000001 | 11001 | 101010 | 110010 | 110011 |
Color Harmonies of #C09A43
Complementary color
Monochromatic Colors of #C09A43
Black with #C09A43
Text Example
Text Example
White with #C09A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A43; }
p { color: rgb(192,154,67); }
H1.HeaderClassName
{
color: #C09A43;
}
.AnyTagClassName
{
color: #C09A43;
}
</style>
background-color css
<style>
a { background-color: #C09A43; }
a { background-color: rgb(192,154,67); }
div.DivClassName
{
background-color: #C09A43;
}
.BgClassName
{
background-color: #C09A43;
}
</style>
border-color css
<style>
span { border-color: #C09A43; }
span { border-color: rgb(192,154,67); }
td.TdClassName
{
border-color: #C09A43;
}
.TagClassName
{
border-color: #C09A43;
}
</style>