Color Hex Logo

#c0998d Color Hex

#C0998D
(192,153,141)
0 Favorites   0 Comments

Color spaces of #c0998d

RGB 192153141
HSL0.040.290.65
HSV14°27°75°
CMYK 0.000.200.27   0.25
XYZ37.937235.912030.1315
Yxy35.91200.36480.3454
Hunter Lab59.92668.129812.1372
CIE-Lab66.452612.740111.8280

#c0998d color RGB value is (192,153,141).

#c0998d hex color red value is 192, green value is 153 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c0998d hue: 0.04 , saturation: 0.29 and the lightness value of c0998d is 0.65.

The process color (four color CMYK) of #c0998d color hex is 0.00, 0.20, 0.27, 0.25. Web safe color of #c0998d is #cc9999. Color #c0998d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011001 10001101
Octal 300 231 215
Decimal 192 153 141
Hex C0 99 8D

RGB Percentages of Color #c0998d

%39.51
%31.48
%29.01

CMYK Percentages of Color #c0998d

%0
%20
%27
%25

Triadic Colors of #c0998d

#c0998d #8dc099 #998dc0

Analogous Colors of #c0998d

#c0998d #c0b38d #c08d9b

Monochromatic Colors of #c0998d

#c0998d

Complementary Color

#c0998d #8db4c0

#c0998d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0998d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0998d Color CSS Codes

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

#c0998d Text Font Color

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

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


#c0998d Background Color

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

This div background color is #c0998d


#c0998d Border Color

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

This div border color is #c0998d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0998d


Comments

No comments written yet.

Please login to write comment.