Color Hex Logo

#c97266 Color Hex

#C97266
(201,114,102)
0 Favorites   0 Comments

Color spaces of #c97266

RGB 201114102
HSL0.020.480.59
HSV49°79°
CMYK 0.000.430.49   0.21
XYZ32.503025.411415.7622
Yxy25.41140.44120.3449
Hunter Lab50.409726.875616.7479
CIE-Lab57.474132.949921.6650

#c97266 color RGB value is (201,114,102).

#c97266 hex color red value is 201, green value is 114 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c97266 hue: 0.02 , saturation: 0.48 and the lightness value of c97266 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 01100110
Octal 311 162 146
Decimal 201 114 102
Hex C9 72 66

RGB Percentages of Color #c97266

%48.20
%27.34
%24.46

CMYK Percentages of Color #c97266

%0
%43
%49
%21

Triadic Colors of #c97266

#c97266 #66c972 #7266c9

Analogous Colors of #c97266

#c97266 #c9a466 #c9668c

Monochromatic Colors of #c97266

#c97266

Complementary Color

#c97266 #66bdc9

#c97266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97266 Color CSS Codes

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

#c97266 Text Font Color

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

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


#c97266 Background Color

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

This div background color is #c97266


#c97266 Border Color

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

This div border color is #c97266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97266


Comments

No comments written yet.

Please login to write comment.