Color Hex Logo

#c68f7f Color Hex

#C68F7F
(198,143,127)
0 Favorites   0 Comments

Color spaces of #c68f7f

RGB 198143127
HSL0.040.380.64
HSV14°36°78°
CMYK 0.000.280.36   0.22
XYZ36.941933.183024.5366
Yxy33.18300.39030.3505
Hunter Lab57.604713.663915.0688
CIE-Lab64.308818.732716.7567

#c68f7f color RGB value is (198,143,127).

#c68f7f hex color red value is 198, green value is 143 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c68f7f hue: 0.04 , saturation: 0.38 and the lightness value of c68f7f is 0.64.

The process color (four color CMYK) of #c68f7f color hex is 0.00, 0.28, 0.36, 0.22. Web safe color of #c68f7f is #cc9966. Color #c68f7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001111 01111111
Octal 306 217 177
Decimal 198 143 127
Hex C6 8F 7F

RGB Percentages of Color #c68f7f

%42.31
%30.56
%27.14

CMYK Percentages of Color #c68f7f

%0
%28
%36
%22

Triadic Colors of #c68f7f

#c68f7f #7fc68f #8f7fc6

Analogous Colors of #c68f7f

#c68f7f #c6b37f #c67f93

Monochromatic Colors of #c68f7f

#c68f7f

Complementary Color

#c68f7f #7fb6c6

#c68f7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68f7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68f7f Color CSS Codes

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

#c68f7f Text Font Color

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

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


#c68f7f Background Color

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

This div background color is #c68f7f


#c68f7f Border Color

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

This div border color is #c68f7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68f7f


Comments

No comments written yet.

Please login to write comment.