Color Hex Logo

#c66352 Color Hex

#C66352
(198,99,82)
0 Favorites   0 Comments

Color spaces of #c66352

RGB 1989982
HSL0.020.500.55
HSV59°78°
CMYK 0.000.500.59   0.22
XYZ29.273521.538610.5971
Yxy21.53860.47670.3507
Hunter Lab46.409731.374118.9486
CIE-Lab53.534037.946427.8895

#c66352 color RGB value is (198,99,82).

#c66352 hex color red value is 198, green value is 99 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c66352 hue: 0.02 , saturation: 0.50 and the lightness value of c66352 is 0.55.

The process color (four color CMYK) of #c66352 color hex is 0.00, 0.50, 0.59, 0.22. Web safe color of #c66352 is #cc6666. Color #c66352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100011 01010010
Octal 306 143 122
Decimal 198 99 82
Hex C6 63 52

RGB Percentages of Color #c66352

%52.24
%26.12
%21.64

CMYK Percentages of Color #c66352

%0
%50
%59
%22

Triadic Colors of #c66352

#c66352 #52c663 #6352c6

Analogous Colors of #c66352

#c66352 #c69d52 #c6527b

Monochromatic Colors of #c66352

#c66352

Complementary Color

#c66352 #52b5c6

#c66352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66352 Color CSS Codes

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

#c66352 Text Font Color

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

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


#c66352 Background Color

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

This div background color is #c66352


#c66352 Border Color

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

This div border color is #c66352


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,99,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66352


Comments

No comments written yet.

Please login to write comment.