Html Css Color HEX #0C5447 Cyprus

📋 copy color: '#0C5447'

red 12 ◦ green 84 ◦ blue 71

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

Shades of Cyprus #0C5447

Tints of Cyprus #0C5447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.3%

 BLUE value IS 71 (28.13% from 255) = 42.51%

R = 7.19%
G = 50.3%
B = 42.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#0C5447 (or 0x0C5447) is known color: Cyprus. HEX triplet: 0C, 54 and 47. RGB value is (12,84,71). Sum of RGB (Red+Green+Blue) = 12+84+71=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #0C5447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5447 is #F3ABB8. Grayscale: #3C3C3C. Windows color (decimal): -15969209 or 4674572. OLE color: 4674572.

HSL color Cylindrical-coordinate representation of color #0C5447: hue angle of 169.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5447 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 84 71 -
CMYK 0.86 0 0.15 0.67
HSL 169.17º 0.75% 0.19% -
HSV(B) 169.17º 0.86% 0.33% -
XYZ 4.46 6.87 7.05 -
YUV 60.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 12 84 71 0.86 0 0.15 0.67 169.17 0.75 0.19
Hex C 54 47 56 0 F 43 A9 4B 13
Octal 14 124 107 126 0 17 103 251 113 23
Binary 1100 1010100 1000111 1010110 0 1111 1000011 10101001 1001011 10011

Color Harmonies of #0C5447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5447

Black with #0C5447

Text Example


Text Example

White with #0C5447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,84,71); }

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

background-color css

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

 a { background-color: rgb(12,84,71); }

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

border-color css

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

 span { border-color: rgb(12,84,71); }

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