Color Hex Logo

#c6735d Color Hex

#C6735D
(198,115,93)
1 Favorites   0 Comments

Color spaces of #c6735d

RGB 19811593
HSL0.030.480.57
HSV13°53°78°
CMYK 0.000.420.53   0.22
XYZ31.395225.057513.5378
Yxy25.05750.44860.3580
Hunter Lab50.057524.351619.0055
CIE-Lab57.131430.408626.2667

#c6735d color RGB value is (198,115,93).

#c6735d hex color red value is 198, green value is 115 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c6735d hue: 0.03 , saturation: 0.48 and the lightness value of c6735d is 0.57.

The process color (four color CMYK) of #c6735d color hex is 0.00, 0.42, 0.53, 0.22. Web safe color of #c6735d is #cc6666. Color #c6735d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110011 01011101
Octal 306 163 135
Decimal 198 115 93
Hex C6 73 5D

RGB Percentages of Color #c6735d

%48.77
%28.33
%22.91

CMYK Percentages of Color #c6735d

%0
%42
%53
%22

Triadic Colors of #c6735d

#c6735d #5dc673 #735dc6

Analogous Colors of #c6735d

#c6735d #c6a85d #c65d7c

Monochromatic Colors of #c6735d

#c6735d

Complementary Color

#c6735d #5db0c6

#c6735d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6735d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6735d Color CSS Codes

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

#c6735d Text Font Color

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

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


#c6735d Background Color

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

This div background color is #c6735d


#c6735d Border Color

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

This div border color is #c6735d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6735d


Comments

No comments written yet.

Please login to write comment.