Color Hex Logo

#c96768 Color Hex

#C96768
(201,103,104)
0 Favorites   0 Comments

Color spaces of #c96768

RGB 201103104
HSL1.000.480.60
HSV359°49°79°
CMYK 0.000.490.48   0.21
XYZ31.436323.117515.9019
Yxy23.11750.44620.3281
Hunter Lab48.080732.566514.0473
CIE-Lab55.193238.913817.4231

#c96768 color RGB value is (201,103,104).

#c96768 hex color red value is 201, green value is 103 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #c96768 hue: 1.00 , saturation: 0.48 and the lightness value of c96768 is 0.60.

The process color (four color CMYK) of #c96768 color hex is 0.00, 0.49, 0.48, 0.21. Web safe color of #c96768 is #cc6666. Color #c96768 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100111 01101000
Octal 311 147 150
Decimal 201 103 104
Hex C9 67 68

RGB Percentages of Color #c96768

%49.26
%25.25
%25.49

CMYK Percentages of Color #c96768

%0
%49
%48
%21

Triadic Colors of #c96768

#c96768 #68c967 #6768c9

Analogous Colors of #c96768

#c96768 #c99767 #c96799

Monochromatic Colors of #c96768

#c96768

Complementary Color

#c96768 #67c9c8

#c96768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96768 Color CSS Codes

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

#c96768 Text Font Color

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

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


#c96768 Background Color

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

This div background color is #c96768


#c96768 Border Color

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

This div border color is #c96768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96768


Comments

No comments written yet.

Please login to write comment.