Color Hex Logo

#c0baac Color Hex

#C0BAAC
(192,186,172)
0 Favorites   0 Comments

Color spaces of #c0baac

RGB 192186172
HSL0.120.140.71
HSV42°10°75°
CMYK 0.000.030.10   0.25
XYZ46.743549.302846.0825
Yxy49.30280.32890.3469
Hunter Lab70.2160-4.048610.2393
CIE-Lab75.6393-0.32997.8385

#c0baac color RGB value is (192,186,172).

#c0baac hex color red value is 192, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c0baac hue: 0.12 , saturation: 0.14 and the lightness value of c0baac is 0.71.

The process color (four color CMYK) of #c0baac color hex is 0.00, 0.03, 0.10, 0.25. Web safe color of #c0baac is #cccc99. Color #c0baac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111010 10101100
Octal 300 272 254
Decimal 192 186 172
Hex C0 BA AC

RGB Percentages of Color #c0baac

%34.91
%33.82
%31.27

CMYK Percentages of Color #c0baac

%0
%3
%10
%25

Triadic Colors of #c0baac

#c0baac #acc0ba #baacc0

Analogous Colors of #c0baac

#c0baac #bcc0ac #c0b0ac

Monochromatic Colors of #c0baac

#c0baac

Complementary Color

#c0baac #acb2c0

#c0baac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0baac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0baac Color CSS Codes

.mybgcolor {background-color:#c0baac; } 
.myforecolor {color:#c0baac; }
.mybordercolor {border:3px solid #c0baac; }

#c0baac Text Font Color

<p style="color:#c0baac">Text here</p>

This sample text font color is #c0baac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c0baac Background Color

<div style="background-color:#c0baac">
Div content here</div>

This div background color is #c0baac


#c0baac Border Color

<div style="border:3px solid #c0baac">
Div here</div>

This div border color is #c0baac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,186,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0baac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0baac;
  -webkit-box-shadow: 1px 1px 3px 2px #c0baac;
  box-shadow:         1px 1px 3px 2px #c0baac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,186,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c0baac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c0baac;
  -webkit-box-shadow: 1px 1px 3px 2px #c0baac;
  box-shadow:         1px 1px 3px 2px #c0baac;">
Div content here</div>

This div box has shadow with color #c0baac


Comments

No comments written yet.

Please login to write comment.