Shades of Mosque #0C5851
Tints of Mosque #0C5851
RGB
CMYK
RGB Variations
Color information
#0C5851 (or 0x0C5851) is known color: Mosque. HEX triplet: 0C, 58 and 51. RGB value is (12,88,81). Sum of RGB (Red+Green+Blue) = 12+88+81=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5851 is #F3A7AE. Grayscale: #404040. Windows color (decimal): -15968175 or 5330956. OLE color: 5330956.
HSL color Cylindrical-coordinate representation of color #0C5851: hue angle of 174.47º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5851 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 88 | 81 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.65 |
| HSL | 174.47º | 0.76% | 0.2% | - |
| HSV(B) | 174.47º | 0.86% | 0.35% | - |
| XYZ | 5.13 | 7.65 | 8.99 | - |
| YUV | 64.48 | 137.32 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 81 | 0.86 | 0 | 0.08 | 0.65 | 174.47 | 0.76 | 0.2 |
| Hex | C | 58 | 51 | 56 | 0 | 8 | 41 | AE | 4C | 14 |
| Octal | 14 | 130 | 121 | 126 | 0 | 10 | 101 | 256 | 114 | 24 |
| Binary | 1100 | 1011000 | 1010001 | 1010110 | 0 | 1000 | 1000001 | 10101110 | 1001100 | 10100 |
Color Harmonies of #0C5851
Complementary color
Monochromatic Colors of #0C5851
Black with #0C5851
Text Example
Text Example
White with #0C5851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5851; }
p { color: rgb(12,88,81); }
H1.HeaderClassName
{
color: #0C5851;
}
.AnyTagClassName
{
color: #0C5851;
}
</style>
background-color css
<style>
a { background-color: #0C5851; }
a { background-color: rgb(12,88,81); }
div.DivClassName
{
background-color: #0C5851;
}
.BgClassName
{
background-color: #0C5851;
}
</style>
border-color css
<style>
span { border-color: #0C5851; }
span { border-color: rgb(12,88,81); }
td.TdClassName
{
border-color: #0C5851;
}
.TagClassName
{
border-color: #0C5851;
}
</style>