Color Hex Logo

#c67846 Color Hex

#C67846
(198,120,70)
0 Favorites   0 Comments

Color spaces of #c67846

RGB 19812070
HSL0.070.530.53
HSV23°65°78°
CMYK 0.000.390.65   0.22
XYZ31.110725.88099.1502
Yxy25.88090.47040.3913
Hunter Lab50.873320.130524.9472
CIE-Lab57.923825.945839.8516

#c67846 color RGB value is (198,120,70).

#c67846 hex color red value is 198, green value is 120 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c67846 hue: 0.07 , saturation: 0.53 and the lightness value of c67846 is 0.53.

The process color (four color CMYK) of #c67846 color hex is 0.00, 0.39, 0.65, 0.22. Web safe color of #c67846 is #cc6633. Color #c67846 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111000 01000110
Octal 306 170 106
Decimal 198 120 70
Hex C6 78 46

RGB Percentages of Color #c67846

%51.03
%30.93
%18.04

CMYK Percentages of Color #c67846

%0
%39
%65
%22

Triadic Colors of #c67846

#c67846 #46c678 #7846c6

Analogous Colors of #c67846

#c67846 #c6b846 #c64654

Monochromatic Colors of #c67846

#c67846

Complementary Color

#c67846 #4694c6

#c67846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67846 Color CSS Codes

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

#c67846 Text Font Color

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

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


#c67846 Background Color

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

This div background color is #c67846


#c67846 Border Color

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

This div border color is #c67846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67846


Comments

No comments written yet.

Please login to write comment.