Color Hex Logo

#c0baaa Color Hex

#C0BAAA
(192,186,170)
0 Favorites   0 Comments

Color spaces of #c0baaa

RGB 192186170
HSL0.120.150.71
HSV44°11°75°
CMYK 0.000.030.11   0.25
XYZ46.552849.226645.0783
Yxy49.22660.33050.3495
Hunter Lab70.1617-4.346811.0198
CIE-Lab75.5921-0.66388.8558

#c0baaa color RGB value is (192,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111010 10101010
Octal 300 272 252
Decimal 192 186 170
Hex C0 BA AA

RGB Percentages of Color #c0baaa

%35.04
%33.94
%31.02

CMYK Percentages of Color #c0baaa

%0
%3
%11
%25

Triadic Colors of #c0baaa

#c0baaa #aac0ba #baaac0

Analogous Colors of #c0baaa

#c0baaa #bbc0aa #c0afaa

Monochromatic Colors of #c0baaa

#c0baaa

Complementary Color

#c0baaa #aab0c0

#c0baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0baaa Color CSS Codes

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

#c0baaa Text Font Color

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

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


#c0baaa Background Color

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

This div background color is #c0baaa


#c0baaa Border Color

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

This div border color is #c0baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0baaa


Comments

No comments written yet.

Please login to write comment.