Html Css Color HEX #0C4349 Cyprus

📋 copy color: '#0C4349'

red 12 ◦ green 67 ◦ blue 73

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

Shades of Cyprus #0C4349

Tints of Cyprus #0C4349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.08%

 BLUE value IS 73 (28.91% from 255) = 48.03%

R = 7.89%
G = 44.08%
B = 48.03%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C4349 (or 0x0C4349) is known color: Cyprus. HEX triplet: 0C, 43 and 49. RGB value is (12,67,73). Sum of RGB (Red+Green+Blue) = 12+67+73=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C4349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4349 is #F3BCB6. Grayscale: #333333. Windows color (decimal): -15973559 or 4801292. OLE color: 4801292.

HSL color Cylindrical-coordinate representation of color #0C4349: hue angle of 185.9º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4349 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 67 73 -
CMYK 0.84 0.08 0 0.71
HSL 185.9º 0.72% 0.17% -
HSV(B) 185.9º 0.84% 0.29% -
XYZ 3.36 4.57 7.01 -
YUV 51.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 12 67 73 0.84 0.08 0 0.71 185.9 0.72 0.17
Hex C 43 49 54 8 0 47 BA 48 11
Octal 14 103 111 124 10 0 107 272 110 21
Binary 1100 1000011 1001001 1010100 1000 0 1000111 10111010 1001000 10001

Color Harmonies of #0C4349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4349

Black with #0C4349

Text Example


Text Example

White with #0C4349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,67,73); }

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

background-color css

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

 a { background-color: rgb(12,67,73); }

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

border-color css

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

 span { border-color: rgb(12,67,73); }

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