Shades of Roti #C09C43
Tints of Roti #C09C43
RGB
CMYK
RGB Variations
Color information
#C09C43 (or 0xC09C43) is known color: Roti. HEX triplet: C0, 9C and 43. RGB value is (192,156,67). Sum of RGB (Red+Green+Blue) = 192+156+67=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C43 is #3F63BC. Grayscale: #9D9D9D. Windows color (decimal): -4154301 or 4431040. OLE color: 4431040.
HSL color Cylindrical-coordinate representation of color #C09C43: hue angle of 42.72º 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 #C09C43 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 67 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.25 |
| HSL | 42.72º | 0.5% | 0.51% | - |
| HSV(B) | 42.72º | 0.65% | 0.75% | - |
| XYZ | 34.64 | 35.39 | 10.32 | - |
| YUV | 156.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 67 | 0 | 0.19 | 0.65 | 0.25 | 42.72 | 0.5 | 0.51 |
| Hex | C0 | 9C | 43 | 0 | 13 | 41 | 19 | 2B | 32 | 33 |
| Octal | 300 | 234 | 103 | 0 | 23 | 101 | 31 | 53 | 62 | 63 |
| Binary | 11000000 | 10011100 | 1000011 | 0 | 10011 | 1000001 | 11001 | 101011 | 110010 | 110011 |
Color Harmonies of #C09C43
Complementary color
Monochromatic Colors of #C09C43
Black with #C09C43
Text Example
Text Example
White with #C09C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C43; }
p { color: rgb(192,156,67); }
H1.HeaderClassName
{
color: #C09C43;
}
.AnyTagClassName
{
color: #C09C43;
}
</style>
background-color css
<style>
a { background-color: #C09C43; }
a { background-color: rgb(192,156,67); }
div.DivClassName
{
background-color: #C09C43;
}
.BgClassName
{
background-color: #C09C43;
}
</style>
border-color css
<style>
span { border-color: #C09C43; }
span { border-color: rgb(192,156,67); }
td.TdClassName
{
border-color: #C09C43;
}
.TagClassName
{
border-color: #C09C43;
}
</style>