Color Hex Logo

#c4653c Color Hex

#C4653C
(196,101,60)
0 Favorites   0 Comments

Color spaces of #c4653c

RGB 19610160
HSL0.050.540.50
HSV18°69°77°
CMYK 0.000.480.69   0.23
XYZ28.234221.36946.9116
Yxy21.36940.49960.3781
Hunter Lab46.227028.125523.4942
CIE-Lab53.351434.689139.7898

#c4653c color RGB value is (196,101,60).

#c4653c hex color red value is 196, green value is 101 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #c4653c hue: 0.05 , saturation: 0.54 and the lightness value of c4653c is 0.50.

The process color (four color CMYK) of #c4653c color hex is 0.00, 0.48, 0.69, 0.23. Web safe color of #c4653c is #cc6633. Color #c4653c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100101 00111100
Octal 304 145 74
Decimal 196 101 60
Hex C4 65 3C

RGB Percentages of Color #c4653c

%54.90
%28.29
%16.81

CMYK Percentages of Color #c4653c

%0
%48
%69
%23

Triadic Colors of #c4653c

#c4653c #3cc465 #653cc4

Analogous Colors of #c4653c

#c4653c #c4a93c #c43c57

Monochromatic Colors of #c4653c

#c4653c

Complementary Color

#c4653c #3c9bc4

#c4653c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4653c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4653c Color CSS Codes

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

#c4653c Text Font Color

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

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


#c4653c Background Color

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

This div background color is #c4653c


#c4653c Border Color

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

This div border color is #c4653c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,101,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4653c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4653c;
  -webkit-box-shadow: 1px 1px 3px 2px #c4653c;
  box-shadow:         1px 1px 3px 2px #c4653c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,101,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4653c


Comments

No comments written yet.

Please login to write comment.