Color Hex Logo

#c06a2e Color Hex

#C06A2E
(192,106,46)
0 Favorites   0 Comments

Color spaces of #c06a2e

RGB 19210646
HSL0.070.610.47
HSV25°76°75°
CMYK 0.000.450.76   0.25
XYZ27.385421.71185.3322
Yxy21.71180.50310.3989
Hunter Lab46.595923.365325.8323
CIE-Lab53.719929.723747.0346

#c06a2e color RGB value is (192,106,46).

#c06a2e hex color red value is 192, green value is 106 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c06a2e hue: 0.07 , saturation: 0.61 and the lightness value of c06a2e is 0.47.

The process color (four color CMYK) of #c06a2e color hex is 0.00, 0.45, 0.76, 0.25. Web safe color of #c06a2e is #cc6633. Color #c06a2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101010 00101110
Octal 300 152 56
Decimal 192 106 46
Hex C0 6A 2E

RGB Percentages of Color #c06a2e

%55.81
%30.81
%13.37

CMYK Percentages of Color #c06a2e

%0
%45
%76
%25

Triadic Colors of #c06a2e

#c06a2e #2ec06a #6a2ec0

Analogous Colors of #c06a2e

#c06a2e #c0b32e #c02e3b

Monochromatic Colors of #c06a2e

#c06a2e

Complementary Color

#c06a2e #2e84c0

#c06a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06a2e Color CSS Codes

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

#c06a2e Text Font Color

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

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


#c06a2e Background Color

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

This div background color is #c06a2e


#c06a2e Border Color

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

This div border color is #c06a2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,106,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c06a2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c06a2e;
  -webkit-box-shadow: 1px 1px 3px 2px #c06a2e;
  box-shadow:         1px 1px 3px 2px #c06a2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,106,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06a2e


Comments

No comments written yet.

Please login to write comment.