Shades of Roti #C09B43
Tints of Roti #C09B43
RGB
CMYK
RGB Variations
Color information
#C09B43 (or 0xC09B43) is known color: Roti. HEX triplet: C0, 9B and 43. RGB value is (192,155,67). Sum of RGB (Red+Green+Blue) = 192+155+67=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B43 is #3F64BC. Grayscale: #9C9C9C. Windows color (decimal): -4154557 or 4430784. OLE color: 4430784.
HSL color Cylindrical-coordinate representation of color #C09B43: hue angle of 42.24º 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 #C09B43 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 67 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.25 |
| HSL | 42.24º | 0.5% | 0.51% | - |
| HSV(B) | 42.24º | 0.65% | 0.75% | - |
| XYZ | 34.47 | 35.05 | 10.26 | - |
| YUV | 156.03 | 77.76 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 67 | 0 | 0.19 | 0.65 | 0.25 | 42.24 | 0.5 | 0.51 |
| Hex | C0 | 9B | 43 | 0 | 13 | 41 | 19 | 2A | 32 | 33 |
| Octal | 300 | 233 | 103 | 0 | 23 | 101 | 31 | 52 | 62 | 63 |
| Binary | 11000000 | 10011011 | 1000011 | 0 | 10011 | 1000001 | 11001 | 101010 | 110010 | 110011 |
Color Harmonies of #C09B43
Complementary color
Monochromatic Colors of #C09B43
Black with #C09B43
Text Example
Text Example
White with #C09B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B43; }
p { color: rgb(192,155,67); }
H1.HeaderClassName
{
color: #C09B43;
}
.AnyTagClassName
{
color: #C09B43;
}
</style>
background-color css
<style>
a { background-color: #C09B43; }
a { background-color: rgb(192,155,67); }
div.DivClassName
{
background-color: #C09B43;
}
.BgClassName
{
background-color: #C09B43;
}
</style>
border-color css
<style>
span { border-color: #C09B43; }
span { border-color: rgb(192,155,67); }
td.TdClassName
{
border-color: #C09B43;
}
.TagClassName
{
border-color: #C09B43;
}
</style>