Color Hex Logo

#c3817d Color Hex

#C3817D
(195,129,125)
0 Favorites   0 Comments

Color spaces of #c3817d

RGB 195129125
HSL0.010.370.63
HSV36°76°
CMYK 0.000.340.36   0.24
XYZ34.057628.783323.1627
Yxy28.78330.39600.3347
Hunter Lab53.650119.426011.9574
CIE-Lab60.589925.007512.6602

#c3817d color RGB value is (195,129,125).

#c3817d hex color red value is 195, green value is 129 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c3817d hue: 0.01 , saturation: 0.37 and the lightness value of c3817d is 0.63.

The process color (four color CMYK) of #c3817d color hex is 0.00, 0.34, 0.36, 0.24. Web safe color of #c3817d is #cc9966. Color #c3817d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000001 01111101
Octal 303 201 175
Decimal 195 129 125
Hex C3 81 7D

RGB Percentages of Color #c3817d

%43.43
%28.73
%27.84

CMYK Percentages of Color #c3817d

%0
%34
%36
%24

Triadic Colors of #c3817d

#c3817d #7dc381 #817dc3

Analogous Colors of #c3817d

#c3817d #c3a47d #c37d9c

Monochromatic Colors of #c3817d

#c3817d

Complementary Color

#c3817d #7dbfc3

#c3817d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3817d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3817d Color CSS Codes

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

#c3817d Text Font Color

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

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


#c3817d Background Color

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

This div background color is #c3817d


#c3817d Border Color

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

This div border color is #c3817d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,129,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3817d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3817d;
  -webkit-box-shadow: 1px 1px 3px 2px #c3817d;
  box-shadow:         1px 1px 3px 2px #c3817d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,129,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3817d


Comments

No comments written yet.

Please login to write comment.