Color Hex Logo

#c06541 Color Hex

#C06541
(192,101,65)
0 Favorites   0 Comments

Color spaces of #c06541

RGB 19210165
HSL0.050.500.50
HSV17°66°75°
CMYK 0.000.470.66   0.25
XYZ27.346020.89557.5930
Yxy20.89550.48980.3742
Hunter Lab45.711626.788622.1497
CIE-Lab52.834933.379736.3592

#c06541 color RGB value is (192,101,65).

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

The process color (four color CMYK) of #c06541 color hex is 0.00, 0.47, 0.66, 0.25. Web safe color of #c06541 is #cc6633. Color #c06541 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100101 01000001
Octal 300 145 101
Decimal 192 101 65
Hex C0 65 41

RGB Percentages of Color #c06541

%53.63
%28.21
%18.16

CMYK Percentages of Color #c06541

%0
%47
%66
%25

Triadic Colors of #c06541

#c06541 #41c065 #6541c0

Analogous Colors of #c06541

#c06541 #c0a541 #c0415c

Monochromatic Colors of #c06541

#c06541

Complementary Color

#c06541 #419cc0

#c06541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06541 Color CSS Codes

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

#c06541 Text Font Color

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

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


#c06541 Background Color

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

This div background color is #c06541


#c06541 Border Color

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

This div border color is #c06541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06541


Comments

No comments written yet.

Please login to write comment.