Color Hex Logo

#c66250 Color Hex

#C66250
(198,98,80)
0 Favorites   0 Comments

Color spaces of #c66250

RGB 1989880
HSL0.030.510.55
HSV60°78°
CMYK 0.000.510.60   0.22
XYZ29.104421.320310.1707
Yxy21.32030.48030.3518
Hunter Lab46.173931.708019.2620
CIE-Lab53.298338.311028.7339

#c66250 color RGB value is (198,98,80).

#c66250 hex color red value is 198, green value is 98 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c66250 hue: 0.03 , saturation: 0.51 and the lightness value of c66250 is 0.55.

The process color (four color CMYK) of #c66250 color hex is 0.00, 0.51, 0.60, 0.22. Web safe color of #c66250 is #cc6666. Color #c66250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100010 01010000
Octal 306 142 120
Decimal 198 98 80
Hex C6 62 50

RGB Percentages of Color #c66250

%52.66
%26.06
%21.28

CMYK Percentages of Color #c66250

%0
%51
%60
%22

Triadic Colors of #c66250

#c66250 #50c662 #6250c6

Analogous Colors of #c66250

#c66250 #c69d50 #c65079

Monochromatic Colors of #c66250

#c66250

Complementary Color

#c66250 #50b4c6

#c66250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66250 Color CSS Codes

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

#c66250 Text Font Color

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

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


#c66250 Background Color

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

This div background color is #c66250


#c66250 Border Color

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

This div border color is #c66250


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,98,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 #c66250">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66250


Comments

No comments written yet.

Please login to write comment.