Html Css Color HEX #0C595F Mosque

📋 copy color: '#0C595F'

red 12 ◦ green 89 ◦ blue 95

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

Shades of Mosque #0C595F

Tints of Mosque #0C595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.41%

 BLUE value IS 95 (37.5% from 255) = 48.47%

R = 6.12%
G = 45.41%
B = 48.47%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0C595F (or 0x0C595F) is known color: Mosque. HEX triplet: 0C, 59 and 5F. RGB value is (12,89,95). Sum of RGB (Red+Green+Blue) = 12+89+95=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C595F is #F3A6A0. Grayscale: #424242. Windows color (decimal): -15967905 or 6248716. OLE color: 6248716.

HSL color Cylindrical-coordinate representation of color #0C595F: hue angle of 184.34º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C595F is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 12 89 95 -
CMYK 0.87 0.06 0 0.63
HSL 184.34º 0.78% 0.21% -
HSV(B) 184.34º 0.87% 0.37% -
XYZ 5.79 8.05 12.07 -
YUV 66.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 12 89 95 0.87 0.06 0 0.63 184.34 0.78 0.21
Hex C 59 5F 57 6 0 3F B8 4E 15
Octal 14 131 137 127 6 0 77 270 116 25
Binary 1100 1011001 1011111 1010111 110 0 111111 10111000 1001110 10101

Color Harmonies of #0C595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C595F

Black with #0C595F

Text Example


Text Example

White with #0C595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,89,95); }

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

background-color css

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

 a { background-color: rgb(12,89,95); }

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

border-color css

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

 span { border-color: rgb(12,89,95); }

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