Color Hex Logo

#c7962b Color Hex

#C7962B
(199,150,43)
0 Favorites   0 Comments

Color spaces of #c7962b

RGB 19915043
HSL0.110.640.47
HSV41°78°78°
CMYK 0.000.250.78   0.22
XYZ34.895634.12927.0339
Yxy34.12920.45880.4487
Hunter Lab58.42024.386433.7555
CIE-Lab65.06508.607559.5178

#c7962b color RGB value is (199,150,43).

#c7962b hex color red value is 199, green value is 150 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c7962b hue: 0.11 , saturation: 0.64 and the lightness value of c7962b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010110 00101011
Octal 307 226 53
Decimal 199 150 43
Hex C7 96 2B

RGB Percentages of Color #c7962b

%50.77
%38.27
%10.97

CMYK Percentages of Color #c7962b

%0
%25
%78
%22

Triadic Colors of #c7962b

#c7962b #2bc796 #962bc7

Analogous Colors of #c7962b

#c7962b #aac72b #c7482b

Monochromatic Colors of #c7962b

#c7962b

Complementary Color

#c7962b #2b5cc7

#c7962b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7962b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7962b Color CSS Codes

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

#c7962b Text Font Color

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

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


#c7962b Background Color

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

This div background color is #c7962b


#c7962b Border Color

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

This div border color is #c7962b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,150,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7962b


Comments

No comments written yet.

Please login to write comment.