Color Hex Logo

#c69075 Color Hex

#C69075
(198,144,117)
0 Favorites   0 Comments

Color spaces of #c69075

RGB 198144117
HSL0.060.420.62
HSV20°41°78°
CMYK 0.000.270.41   0.22
XYZ36.472833.236621.3226
Yxy33.23660.40070.3651
Hunter Lab57.651212.037718.4271
CIE-Lab64.352016.995322.3958

#c69075 color RGB value is (198,144,117).

#c69075 hex color red value is 198, green value is 144 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c69075 hue: 0.06 , saturation: 0.42 and the lightness value of c69075 is 0.62.

The process color (four color CMYK) of #c69075 color hex is 0.00, 0.27, 0.41, 0.22. Web safe color of #c69075 is #cc9966. Color #c69075 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010000 01110101
Octal 306 220 165
Decimal 198 144 117
Hex C6 90 75

RGB Percentages of Color #c69075

%43.14
%31.37
%25.49

CMYK Percentages of Color #c69075

%0
%27
%41
%22

Triadic Colors of #c69075

#c69075 #75c690 #9075c6

Analogous Colors of #c69075

#c69075 #c6b975 #c67583

Monochromatic Colors of #c69075

#c69075

Complementary Color

#c69075 #75abc6

#c69075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69075 Color CSS Codes

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

#c69075 Text Font Color

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

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


#c69075 Background Color

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

This div background color is #c69075


#c69075 Border Color

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

This div border color is #c69075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69075


Comments

No comments written yet.

Please login to write comment.