Shades of Roti #C09D48
Tints of Roti #C09D48
RGB
CMYK
RGB Variations
Color information
#C09D48 (or 0xC09D48) is known color: Roti. HEX triplet: C0, 9D and 48. RGB value is (192,157,72). Sum of RGB (Red+Green+Blue) = 192+157+72=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D48 is #3F62B7. Grayscale: #9E9E9E. Windows color (decimal): -4154040 or 4758976. OLE color: 4758976.
HSL color Cylindrical-coordinate representation of color #C09D48: hue angle of 42.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C09D48 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 72 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.25 |
| HSL | 42.5º | 0.49% | 0.52% | - |
| HSV(B) | 42.5º | 0.63% | 0.75% | - |
| XYZ | 34.96 | 35.79 | 11.2 | - |
| YUV | 157.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 72 | 0 | 0.18 | 0.63 | 0.25 | 42.5 | 0.49 | 0.52 |
| Hex | C0 | 9D | 48 | 0 | 12 | 3F | 19 | 2A | 31 | 34 |
| Octal | 300 | 235 | 110 | 0 | 22 | 77 | 31 | 52 | 61 | 64 |
| Binary | 11000000 | 10011101 | 1001000 | 0 | 10010 | 111111 | 11001 | 101010 | 110001 | 110100 |
Color Harmonies of #C09D48
Complementary color
Monochromatic Colors of #C09D48
Black with #C09D48
Text Example
Text Example
White with #C09D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D48; }
p { color: rgb(192,157,72); }
H1.HeaderClassName
{
color: #C09D48;
}
.AnyTagClassName
{
color: #C09D48;
}
</style>
background-color css
<style>
a { background-color: #C09D48; }
a { background-color: rgb(192,157,72); }
div.DivClassName
{
background-color: #C09D48;
}
.BgClassName
{
background-color: #C09D48;
}
</style>
border-color css
<style>
span { border-color: #C09D48; }
span { border-color: rgb(192,157,72); }
td.TdClassName
{
border-color: #C09D48;
}
.TagClassName
{
border-color: #C09D48;
}
</style>