Color Hex Logo

#c56269 Color Hex

#C56269
(197,98,105)
0 Favorites   0 Comments

Color spaces of #c56269

RGB 19798105
HSL0.990.460.58
HSV356°50°77°
CMYK 0.000.500.47   0.23
XYZ29.943421.625615.9606
Yxy21.62560.44340.3202
Hunter Lab46.503333.554912.2032
CIE-Lab53.627540.099814.5942

#c56269 color RGB value is (197,98,105).

#c56269 hex color red value is 197, green value is 98 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #c56269 hue: 0.99 , saturation: 0.46 and the lightness value of c56269 is 0.58.

The process color (four color CMYK) of #c56269 color hex is 0.00, 0.50, 0.47, 0.23. Web safe color of #c56269 is #cc6666. Color #c56269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 01101001
Octal 305 142 151
Decimal 197 98 105
Hex C5 62 69

RGB Percentages of Color #c56269

%49.25
%24.50
%26.25

CMYK Percentages of Color #c56269

%0
%50
%47
%23

Triadic Colors of #c56269

#c56269 #69c562 #6269c5

Analogous Colors of #c56269

#c56269 #c58d62 #c5629b

Monochromatic Colors of #c56269

#c56269

Complementary Color

#c56269 #62c5be

#c56269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56269 Color CSS Codes

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

#c56269 Text Font Color

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

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


#c56269 Background Color

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

This div background color is #c56269


#c56269 Border Color

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

This div border color is #c56269


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,98,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c56269; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c56269;
  -webkit-box-shadow: 1px 1px 3px 2px #c56269;
  box-shadow:         1px 1px 3px 2px #c56269; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,98,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56269


Comments

No comments written yet.

Please login to write comment.