Color Hex Logo

#c26255 Color Hex

#C26255
(194,98,85)
0 Favorites   0 Comments

Color spaces of #c26255

RGB 1949885
HSL0.020.470.55
HSV56°76°
CMYK 0.000.490.56   0.24
XYZ28.255520.860611.1316
Yxy20.86060.46900.3462
Hunter Lab45.673430.499217.5211
CIE-Lab52.796637.164525.0967

#c26255 color RGB value is (194,98,85).

#c26255 hex color red value is 194, green value is 98 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c26255 hue: 0.02 , saturation: 0.47 and the lightness value of c26255 is 0.55.

The process color (four color CMYK) of #c26255 color hex is 0.00, 0.49, 0.56, 0.24. Web safe color of #c26255 is #cc6666. Color #c26255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100010 01010101
Octal 302 142 125
Decimal 194 98 85
Hex C2 62 55

RGB Percentages of Color #c26255

%51.46
%25.99
%22.55

CMYK Percentages of Color #c26255

%0
%49
%56
%24

Triadic Colors of #c26255

#c26255 #55c262 #6255c2

Analogous Colors of #c26255

#c26255 #c29955 #c2557f

Monochromatic Colors of #c26255

#c26255

Complementary Color

#c26255 #55b5c2

#c26255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26255 Color CSS Codes

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

#c26255 Text Font Color

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

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


#c26255 Background Color

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

This div background color is #c26255


#c26255 Border Color

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

This div border color is #c26255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26255


Comments

No comments written yet.

Please login to write comment.