Color Hex Logo

#c0963a Color Hex

#C0963A
(192,150,58)
0 Favorites   0 Comments

Color spaces of #c0963a

RGB 19215058
HSL0.110.540.49
HSV41°70°75°
CMYK 0.000.220.70   0.25
XYZ33.408333.32468.6745
Yxy33.32460.44300.4419
Hunter Lab57.72752.279331.4999
CIE-Lab64.42296.214752.6021

#c0963a color RGB value is (192,150,58).

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

The process color (four color CMYK) of #c0963a color hex is 0.00, 0.22, 0.70, 0.25. Web safe color of #c0963a is #cc9933. Color #c0963a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 00111010
Octal 300 226 72
Decimal 192 150 58
Hex C0 96 3A

RGB Percentages of Color #c0963a

%48.00
%37.50
%14.50

CMYK Percentages of Color #c0963a

%0
%22
%70
%25

Triadic Colors of #c0963a

#c0963a #3ac096 #963ac0

Analogous Colors of #c0963a

#c0963a #a7c03a #c0533a

Monochromatic Colors of #c0963a

#c0963a

Complementary Color

#c0963a #3a64c0

#c0963a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0963a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0963a Color CSS Codes

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

#c0963a Text Font Color

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

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


#c0963a Background Color

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

This div background color is #c0963a


#c0963a Border Color

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

This div border color is #c0963a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,150,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 #c0963a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0963a


Comments

No comments written yet.

Please login to write comment.