Color Hex Logo

#c6712c Color Hex

#C6712C
(198,113,44)
0 Favorites   0 Comments

Color spaces of #c6712c

RGB 19811344
HSL0.070.640.47
HSV27°78°78°
CMYK 0.000.430.78   0.22
XYZ29.648523.99795.4523
Yxy23.99790.50170.4061
Hunter Lab48.987722.304127.6924
CIE-Lab56.085728.383550.5683

#c6712c color RGB value is (198,113,44).

#c6712c hex color red value is 198, green value is 113 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c6712c hue: 0.07 , saturation: 0.64 and the lightness value of c6712c is 0.47.

The process color (four color CMYK) of #c6712c color hex is 0.00, 0.43, 0.78, 0.22. Web safe color of #c6712c is #cc6633. Color #c6712c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110001 00101100
Octal 306 161 54
Decimal 198 113 44
Hex C6 71 2C

RGB Percentages of Color #c6712c

%55.77
%31.83
%12.39

CMYK Percentages of Color #c6712c

%0
%43
%78
%22

Triadic Colors of #c6712c

#c6712c #2cc671 #712cc6

Analogous Colors of #c6712c

#c6712c #c6be2c #c62c34

Monochromatic Colors of #c6712c

#c6712c

Complementary Color

#c6712c #2c81c6

#c6712c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6712c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6712c Color CSS Codes

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

#c6712c Text Font Color

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

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


#c6712c Background Color

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

This div background color is #c6712c


#c6712c Border Color

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

This div border color is #c6712c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6712c


Comments

No comments written yet.

Please login to write comment.