Color Hex Logo

#c0baab Color Hex

#C0BAAB
(192,186,171)
0 Favorites   0 Comments

Color spaces of #c0baab

RGB 192186171
HSL0.120.140.71
HSV43°11°75°
CMYK 0.000.030.11   0.25
XYZ46.647849.264645.5785
Yxy49.26460.32970.3482
Hunter Lab70.1887-4.198310.6309
CIE-Lab75.6156-0.49748.3471

#c0baab color RGB value is (192,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111010 10101011
Octal 300 272 253
Decimal 192 186 171
Hex C0 BA AB

RGB Percentages of Color #c0baab

%34.97
%33.88
%31.15

CMYK Percentages of Color #c0baab

%0
%3
%11
%25

Triadic Colors of #c0baab

#c0baab #abc0ba #baabc0

Analogous Colors of #c0baab

#c0baab #bcc0ab #c0b0ab

Monochromatic Colors of #c0baab

#c0baab

Complementary Color

#c0baab #abb1c0

#c0baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0baab Color CSS Codes

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

#c0baab Text Font Color

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

This sample text font color is #c0baab
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.


#c0baab Background Color

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

This div background color is #c0baab


#c0baab Border Color

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

This div border color is #c0baab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0baab


Comments

No comments written yet.

Please login to write comment.