Color Hex Logo

#c98683 Color Hex

#C98683
(201,134,131)
0 Favorites   0 Comments

Color spaces of #c98683

RGB 201134131
HSL0.010.390.65
HSV35°79°
CMYK 0.000.330.35   0.21
XYZ36.709231.106425.5421
Yxy31.10640.39320.3332
Hunter Lab55.773119.883611.8885
CIE-Lab62.597425.341912.1656

#c98683 color RGB value is (201,134,131).

#c98683 hex color red value is 201, green value is 134 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c98683 hue: 0.01 , saturation: 0.39 and the lightness value of c98683 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000110 10000011
Octal 311 206 203
Decimal 201 134 131
Hex C9 86 83

RGB Percentages of Color #c98683

%43.13
%28.76
%28.11

CMYK Percentages of Color #c98683

%0
%33
%35
%21

Triadic Colors of #c98683

#c98683 #83c986 #8683c9

Analogous Colors of #c98683

#c98683 #c9a983 #c983a3

Monochromatic Colors of #c98683

#c98683

Complementary Color

#c98683 #83c6c9

#c98683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98683 Color CSS Codes

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

#c98683 Text Font Color

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

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


#c98683 Background Color

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

This div background color is #c98683


#c98683 Border Color

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

This div border color is #c98683


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,134,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c98683; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c98683;
  -webkit-box-shadow: 1px 1px 3px 2px #c98683;
  box-shadow:         1px 1px 3px 2px #c98683; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,134,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98683


Comments

No comments written yet.

Please login to write comment.