Color Hex Logo

#c15033 Color Hex

#C15033
(193,80,51)
0 Favorites   0 Comments

Color spaces of #c15033

RGB 1938051
HSL0.030.580.48
HSV12°74°76°
CMYK 0.000.590.74   0.24
XYZ25.458517.31385.1321
Yxy17.31380.53140.3614
Hunter Lab41.609936.395921.8142
CIE-Lab48.653043.629039.2256

#c15033 color RGB value is (193,80,51).

#c15033 hex color red value is 193, green value is 80 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #c15033 hue: 0.03 , saturation: 0.58 and the lightness value of c15033 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010000 00110011
Octal 301 120 63
Decimal 193 80 51
Hex C1 50 33

RGB Percentages of Color #c15033

%59.57
%24.69
%15.74

CMYK Percentages of Color #c15033

%0
%59
%74
%24

Triadic Colors of #c15033

#c15033 #33c150 #5033c1

Analogous Colors of #c15033

#c15033 #c19733 #c1335d

Monochromatic Colors of #c15033

#c15033

Complementary Color

#c15033 #33a4c1

#c15033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15033 Color CSS Codes

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

#c15033 Text Font Color

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

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


#c15033 Background Color

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

This div background color is #c15033


#c15033 Border Color

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

This div border color is #c15033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15033


Comments

No comments written yet.

Please login to write comment.