Color Hex Logo

#c69d9b Color Hex

#C69D9B
(198,157,155)
0 Favorites   0 Comments

Color spaces of #c69d9b

RGB 198157155
HSL0.010.270.69
HSV22°78°
CMYK 0.000.210.22   0.22
XYZ41.262138.486336.2642
Yxy38.48630.35570.3317
Hunter Lab62.037310.15818.7679
CIE-Lab68.377514.89836.8446

#c69d9b color RGB value is (198,157,155).

#c69d9b hex color red value is 198, green value is 157 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c69d9b hue: 0.01 , saturation: 0.27 and the lightness value of c69d9b is 0.69.

The process color (four color CMYK) of #c69d9b color hex is 0.00, 0.21, 0.22, 0.22. Web safe color of #c69d9b is #cc9999. Color #c69d9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011101 10011011
Octal 306 235 233
Decimal 198 157 155
Hex C6 9D 9B

RGB Percentages of Color #c69d9b

%38.82
%30.78
%30.39

CMYK Percentages of Color #c69d9b

%0
%21
%22
%22

Triadic Colors of #c69d9b

#c69d9b #9bc69d #9d9bc6

Analogous Colors of #c69d9b

#c69d9b #c6b39b #c69baf

Monochromatic Colors of #c69d9b

#c69d9b

Complementary Color

#c69d9b #9bc4c6

#c69d9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69d9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69d9b Color CSS Codes

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

#c69d9b Text Font Color

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

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


#c69d9b Background Color

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

This div background color is #c69d9b


#c69d9b Border Color

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

This div border color is #c69d9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,157,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c69d9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c69d9b;
  -webkit-box-shadow: 1px 1px 3px 2px #c69d9b;
  box-shadow:         1px 1px 3px 2px #c69d9b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,157,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69d9b


Comments

No comments written yet.

Please login to write comment.