Color Hex Logo

#c0753a Color Hex

#C0753A
(192,117,58)
0 Favorites   0 Comments

Color spaces of #c0753a

RGB 19211758
HSL0.070.540.49
HSV26°70°75°
CMYK 0.000.390.70   0.25
XYZ28.863224.23457.1595
Yxy24.23450.47900.4022
Hunter Lab49.228518.506425.8372
CIE-Lab56.321824.344943.9685

#c0753a color RGB value is (192,117,58).

#c0753a hex color red value is 192, green value is 117 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c0753a hue: 0.07 , saturation: 0.54 and the lightness value of c0753a is 0.49.

The process color (four color CMYK) of #c0753a color hex is 0.00, 0.39, 0.70, 0.25. Web safe color of #c0753a is #cc6633. Color #c0753a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110101 00111010
Octal 300 165 72
Decimal 192 117 58
Hex C0 75 3A

RGB Percentages of Color #c0753a

%52.32
%31.88
%15.80

CMYK Percentages of Color #c0753a

%0
%39
%70
%25

Triadic Colors of #c0753a

#c0753a #3ac075 #753ac0

Analogous Colors of #c0753a

#c0753a #c0b83a #c03a42

Monochromatic Colors of #c0753a

#c0753a

Complementary Color

#c0753a #3a85c0

#c0753a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0753a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0753a Color CSS Codes

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

#c0753a Text Font Color

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

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


#c0753a Background Color

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

This div background color is #c0753a


#c0753a Border Color

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

This div border color is #c0753a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0753a


Comments

No comments written yet.

Please login to write comment.