Color Hex Logo

#c96651 Color Hex

#C96651
(201,102,81)
0 Favorites   0 Comments

Color spaces of #c96651

RGB 20110281
HSL0.030.530.55
HSV11°60°79°
CMYK 0.000.490.60   0.21
XYZ30.324022.514310.5320
Yxy22.51430.47850.3553
Hunter Lab47.449231.040220.0542
CIE-Lab54.568537.479129.8619

#c96651 color RGB value is (201,102,81).

#c96651 hex color red value is 201, green value is 102 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #c96651 hue: 0.03 , saturation: 0.53 and the lightness value of c96651 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100110 01010001
Octal 311 146 121
Decimal 201 102 81
Hex C9 66 51

RGB Percentages of Color #c96651

%52.34
%26.56
%21.09

CMYK Percentages of Color #c96651

%0
%49
%60
%21

Triadic Colors of #c96651

#c96651 #51c966 #6651c9

Analogous Colors of #c96651

#c96651 #c9a251 #c95178

Monochromatic Colors of #c96651

#c96651

Complementary Color

#c96651 #51b4c9

#c96651 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96651 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96651 Color CSS Codes

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

#c96651 Text Font Color

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

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


#c96651 Background Color

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

This div background color is #c96651


#c96651 Border Color

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

This div border color is #c96651


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96651


Comments

No comments written yet.

Please login to write comment.