Color Hex Logo

#c26450 Color Hex

#C26450
(194,100,80)
0 Favorites   0 Comments

Color spaces of #c26450

RGB 19410080
HSL0.030.480.54
HSV11°59°76°
CMYK 0.000.480.59   0.24
XYZ28.253321.162910.1851
Yxy21.16290.47400.3551
Hunter Lab46.003229.122119.0754
CIE-Lab53.127335.730328.3963

#c26450 color RGB value is (194,100,80).

#c26450 hex color red value is 194, green value is 100 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c26450 hue: 0.03 , saturation: 0.48 and the lightness value of c26450 is 0.54.

The process color (four color CMYK) of #c26450 color hex is 0.00, 0.48, 0.59, 0.24. Web safe color of #c26450 is #cc6666. Color #c26450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100100 01010000
Octal 302 144 120
Decimal 194 100 80
Hex C2 64 50

RGB Percentages of Color #c26450

%51.87
%26.74
%21.39

CMYK Percentages of Color #c26450

%0
%48
%59
%24

Triadic Colors of #c26450

#c26450 #50c264 #6450c2

Analogous Colors of #c26450

#c26450 #c29d50 #c25075

Monochromatic Colors of #c26450

#c26450

Complementary Color

#c26450 #50aec2

#c26450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26450 Color CSS Codes

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

#c26450 Text Font Color

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

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


#c26450 Background Color

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

This div background color is #c26450


#c26450 Border Color

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

This div border color is #c26450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26450


Comments

No comments written yet.

Please login to write comment.