Color Hex Logo

#c6caaf Color Hex

#C6CAAF
(198,202,175)
0 Favorites   0 Comments

Color spaces of #c6caaf

RGB 198202175
HSL0.190.200.74
HSV69°13°79°
CMYK 0.020.000.13   0.21
XYZ52.147157.342048.8771
Yxy57.34200.32930.3621
Hunter Lab75.7245-9.595214.7379
CIE-Lab80.3716-6.070713.0215

#c6caaf color RGB value is (198,202,175).

#c6caaf hex color red value is 198, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c6caaf hue: 0.19 , saturation: 0.20 and the lightness value of c6caaf is 0.74.

The process color (four color CMYK) of #c6caaf color hex is 0.02, 0.00, 0.13, 0.21. Web safe color of #c6caaf is #cccc99. Color #c6caaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001010 10101111
Octal 306 312 257
Decimal 198 202 175
Hex C6 CA AF

RGB Percentages of Color #c6caaf

%34.43
%35.13
%30.43

CMYK Percentages of Color #c6caaf

%2
%0
%13
%21

Triadic Colors of #c6caaf

#c6caaf #afc6ca #caafc6

Analogous Colors of #c6caaf

#c6caaf #b9caaf #cac1af

Monochromatic Colors of #c6caaf

#c6caaf

Complementary Color

#c6caaf #b3afca

#c6caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6caaf Color CSS Codes

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

#c6caaf Text Font Color

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

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


#c6caaf Background Color

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

This div background color is #c6caaf


#c6caaf Border Color

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

This div border color is #c6caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6caaf


Comments

No comments written yet.

Please login to write comment.