Html Css Color HEX #0C5855 Mosque

📋 copy color: '#0C5855'

red 12 ◦ green 88 ◦ blue 85

#0C5855
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #0C5855

Tints of Mosque #0C5855

RGB

 RED value IS 12 (5.08% from 255) = 6.49%

 GREEN value IS 88 (34.77% from 255) = 47.57%

 BLUE value IS 85 (33.59% from 255) = 45.95%

R = 6.49%
G = 47.57%
B = 45.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C5855 (or 0x0C5855) is known color: Mosque. HEX triplet: 0C, 58 and 55. RGB value is (12,88,85). Sum of RGB (Red+Green+Blue) = 12+88+85=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5855 is #F3A7AA. Grayscale: #404040. Windows color (decimal): -15968171 or 5593100. OLE color: 5593100.

HSL color Cylindrical-coordinate representation of color #0C5855: hue angle of 177.63º 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 #0C5855 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 88 85 -
CMYK 0.86 0 0.03 0.65
HSL 177.63º 0.76% 0.2% -
HSV(B) 177.63º 0.86% 0.35% -
XYZ 5.28 7.71 9.8 -
YUV 64.93 139.32 90.24 -
System Red Green Blue C M Y K H S L
Decimal 12 88 85 0.86 0 0.03 0.65 177.63 0.76 0.2
Hex C 58 55 56 0 3 41 B2 4C 14
Octal 14 130 125 126 0 3 101 262 114 24
Binary 1100 1011000 1010101 1010110 0 11 1000001 10110010 1001100 10100

Color Harmonies of #0C5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5855

Black with #0C5855

Text Example


Text Example

White with #0C5855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C5855; }

 p { color: rgb(12,88,85); }

 H1.HeaderClassName
 {
   color: #0C5855;
 }
 .AnyTagClassName
 {
   color: #0C5855;
 }
</style>

background-color css

<style>
 a { background-color: #0C5855; }

 a { background-color: rgb(12,88,85); }

 div.DivClassName
 {
   background-color: #0C5855;
 }
 .BgClassName
 {
   background-color: #0C5855;
 }
</style>

border-color css

<style>
 span { border-color: #0C5855; }

 span { border-color: rgb(12,88,85); }

 td.TdClassName
 {
   border-color: #0C5855;
 }
 .TagClassName
 {
   border-color: #0C5855;
 }
</style>