Shades of Roti #C09C45
Tints of Roti #C09C45
RGB
CMYK
RGB Variations
Color information
#C09C45 (or 0xC09C45) is known color: Roti. HEX triplet: C0, 9C and 45. RGB value is (192,156,69). Sum of RGB (Red+Green+Blue) = 192+156+69=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C45 is #3F63BA. Grayscale: #9D9D9D. Windows color (decimal): -4154299 or 4562112. OLE color: 4562112.
HSL color Cylindrical-coordinate representation of color #C09C45: hue angle of 42.44º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C09C45 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 69 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.25 |
| HSL | 42.44º | 0.49% | 0.51% | - |
| HSV(B) | 42.44º | 0.64% | 0.75% | - |
| XYZ | 34.7 | 35.41 | 10.64 | - |
| YUV | 156.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 69 | 0 | 0.19 | 0.64 | 0.25 | 42.44 | 0.49 | 0.51 |
| Hex | C0 | 9C | 45 | 0 | 13 | 40 | 19 | 2A | 31 | 33 |
| Octal | 300 | 234 | 105 | 0 | 23 | 100 | 31 | 52 | 61 | 63 |
| Binary | 11000000 | 10011100 | 1000101 | 0 | 10011 | 1000000 | 11001 | 101010 | 110001 | 110011 |
Color Harmonies of #C09C45
Complementary color
Monochromatic Colors of #C09C45
Black with #C09C45
Text Example
Text Example
White with #C09C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C45; }
p { color: rgb(192,156,69); }
H1.HeaderClassName
{
color: #C09C45;
}
.AnyTagClassName
{
color: #C09C45;
}
</style>
background-color css
<style>
a { background-color: #C09C45; }
a { background-color: rgb(192,156,69); }
div.DivClassName
{
background-color: #C09C45;
}
.BgClassName
{
background-color: #C09C45;
}
</style>
border-color css
<style>
span { border-color: #C09C45; }
span { border-color: rgb(192,156,69); }
td.TdClassName
{
border-color: #C09C45;
}
.TagClassName
{
border-color: #C09C45;
}
</style>