Color Hex Logo

#c15023 Color Hex

#C15023
(193,80,35)
0 Favorites   0 Comments

Color spaces of #c15023

RGB 1938035
HSL0.050.690.45
HSV17°82°76°
CMYK 0.000.590.82   0.24
XYZ25.164417.19613.5830
Yxy17.19610.54770.3743
Hunter Lab41.468235.751023.9049
CIE-Lab48.506243.016047.1273

#c15023 color RGB value is (193,80,35).

#c15023 hex color red value is 193, green value is 80 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #c15023 hue: 0.05 , saturation: 0.69 and the lightness value of c15023 is 0.45.

The process color (four color CMYK) of #c15023 color hex is 0.00, 0.59, 0.82, 0.24. Web safe color of #c15023 is #cc6633. Color #c15023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010000 00100011
Octal 301 120 43
Decimal 193 80 35
Hex C1 50 23

RGB Percentages of Color #c15023

%62.66
%25.97
%11.36

CMYK Percentages of Color #c15023

%0
%59
%82
%24

Triadic Colors of #c15023

#c15023 #23c150 #5023c1

Analogous Colors of #c15023

#c15023 #c19f23 #c12345

Monochromatic Colors of #c15023

#c15023

Complementary Color

#c15023 #2394c1

#c15023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15023 Color CSS Codes

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

#c15023 Text Font Color

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

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


#c15023 Background Color

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

This div background color is #c15023


#c15023 Border Color

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

This div border color is #c15023


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,80,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c15023; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c15023;
  -webkit-box-shadow: 1px 1px 3px 2px #c15023;
  box-shadow:         1px 1px 3px 2px #c15023; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,80,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15023


Comments

No comments written yet.

Please login to write comment.