Shades of Mosque #0C595B
Tints of Mosque #0C595B
RGB
CMYK
RGB Variations
Color information
#0C595B (or 0x0C595B) is known color: Mosque. HEX triplet: 0C, 59 and 5B. RGB value is (12,89,91). Sum of RGB (Red+Green+Blue) = 12+89+91=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C595B is #F3A6A4. Grayscale: #424242. Windows color (decimal): -15967909 or 5986572. OLE color: 5986572.
HSL color Cylindrical-coordinate representation of color #0C595B: hue angle of 181.52º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C595B is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 89 | 91 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.64 |
| HSL | 181.52º | 0.77% | 0.2% | - |
| HSV(B) | 181.52º | 0.87% | 0.36% | - |
| XYZ | 5.61 | 7.98 | 11.14 | - |
| YUV | 66.21 | 141.99 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 91 | 0.87 | 0.02 | 0 | 0.64 | 181.52 | 0.77 | 0.2 |
| Hex | C | 59 | 5B | 57 | 2 | 0 | 40 | B6 | 4D | 14 |
| Octal | 14 | 131 | 133 | 127 | 2 | 0 | 100 | 266 | 115 | 24 |
| Binary | 1100 | 1011001 | 1011011 | 1010111 | 10 | 0 | 1000000 | 10110110 | 1001101 | 10100 |
Color Harmonies of #0C595B
Complementary color
Monochromatic Colors of #0C595B
Black with #0C595B
Text Example
Text Example
White with #0C595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C595B; }
p { color: rgb(12,89,91); }
H1.HeaderClassName
{
color: #0C595B;
}
.AnyTagClassName
{
color: #0C595B;
}
</style>
background-color css
<style>
a { background-color: #0C595B; }
a { background-color: rgb(12,89,91); }
div.DivClassName
{
background-color: #0C595B;
}
.BgClassName
{
background-color: #0C595B;
}
</style>
border-color css
<style>
span { border-color: #0C595B; }
span { border-color: rgb(12,89,91); }
td.TdClassName
{
border-color: #0C595B;
}
.TagClassName
{
border-color: #0C595B;
}
</style>