Shades of Mosque #0C6253
Tints of Mosque #0C6253
RGB
CMYK
RGB Variations
Color information
#0C6253 (or 0x0C6253) is known color: Mosque. HEX triplet: 0C, 62 and 53. RGB value is (12,98,83). Sum of RGB (Red+Green+Blue) = 12+98+83=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6253 is #F39DAC. Grayscale: #464646. Windows color (decimal): -15965613 or 5464588. OLE color: 5464588.
HSL color Cylindrical-coordinate representation of color #0C6253: hue angle of 169.53º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6253 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 98 | 83 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.62 |
| HSL | 169.53º | 0.78% | 0.22% | - |
| HSV(B) | 169.53º | 0.88% | 0.38% | - |
| XYZ | 6.08 | 9.44 | 9.68 | - |
| YUV | 70.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 98 | 83 | 0.88 | 0 | 0.15 | 0.62 | 169.53 | 0.78 | 0.22 |
| Hex | C | 62 | 53 | 58 | 0 | F | 3E | AA | 4E | 16 |
| Octal | 14 | 142 | 123 | 130 | 0 | 17 | 76 | 252 | 116 | 26 |
| Binary | 1100 | 1100010 | 1010011 | 1011000 | 0 | 1111 | 111110 | 10101010 | 1001110 | 10110 |
Color Harmonies of #0C6253
Complementary color
Monochromatic Colors of #0C6253
Black with #0C6253
Text Example
Text Example
White with #0C6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6253; }
p { color: rgb(12,98,83); }
H1.HeaderClassName
{
color: #0C6253;
}
.AnyTagClassName
{
color: #0C6253;
}
</style>
background-color css
<style>
a { background-color: #0C6253; }
a { background-color: rgb(12,98,83); }
div.DivClassName
{
background-color: #0C6253;
}
.BgClassName
{
background-color: #0C6253;
}
</style>
border-color css
<style>
span { border-color: #0C6253; }
span { border-color: rgb(12,98,83); }
td.TdClassName
{
border-color: #0C6253;
}
.TagClassName
{
border-color: #0C6253;
}
</style>