Shades of Mosque #0C6355
Tints of Mosque #0C6355
RGB
CMYK
RGB Variations
Color information
#0C6355 (or 0x0C6355) is known color: Mosque. HEX triplet: 0C, 63 and 55. RGB value is (12,99,85). Sum of RGB (Red+Green+Blue) = 12+99+85=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #0C6355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6355 is #F39CAA. Grayscale: #474747. Windows color (decimal): -15965355 or 5595916. OLE color: 5595916.
HSL color Cylindrical-coordinate representation of color #0C6355: hue angle of 170.34º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6355 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 99 | 85 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.61 |
| HSL | 170.34º | 0.78% | 0.22% | - |
| HSV(B) | 170.34º | 0.88% | 0.39% | - |
| XYZ | 6.25 | 9.66 | 10.13 | - |
| YUV | 71.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 85 | 0.88 | 0 | 0.14 | 0.61 | 170.34 | 0.78 | 0.22 |
| Hex | C | 63 | 55 | 58 | 0 | E | 3D | AA | 4E | 16 |
| Octal | 14 | 143 | 125 | 130 | 0 | 16 | 75 | 252 | 116 | 26 |
| Binary | 1100 | 1100011 | 1010101 | 1011000 | 0 | 1110 | 111101 | 10101010 | 1001110 | 10110 |
Color Harmonies of #0C6355
Complementary color
Monochromatic Colors of #0C6355
Black with #0C6355
Text Example
Text Example
White with #0C6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6355; }
p { color: rgb(12,99,85); }
H1.HeaderClassName
{
color: #0C6355;
}
.AnyTagClassName
{
color: #0C6355;
}
</style>
background-color css
<style>
a { background-color: #0C6355; }
a { background-color: rgb(12,99,85); }
div.DivClassName
{
background-color: #0C6355;
}
.BgClassName
{
background-color: #0C6355;
}
</style>
border-color css
<style>
span { border-color: #0C6355; }
span { border-color: rgb(12,99,85); }
td.TdClassName
{
border-color: #0C6355;
}
.TagClassName
{
border-color: #0C6355;
}
</style>