Color Hex Logo

#c96914 Color Hex

#C96914
(201,105,20)
0 Favorites   0 Comments

Color spaces of #c96914

RGB 20110520
HSL0.080.820.43
HSV28°90°79°
CMYK 0.000.480.90   0.21
XYZ29.265222.57123.4760
Yxy22.57120.52910.4081
Hunter Lab47.509226.813328.9185
CIE-Lab54.627933.199558.3264

#c96914 color RGB value is (201,105,20).

#c96914 hex color red value is 201, green value is 105 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c96914 hue: 0.08 , saturation: 0.82 and the lightness value of c96914 is 0.43.

The process color (four color CMYK) of #c96914 color hex is 0.00, 0.48, 0.90, 0.21. Web safe color of #c96914 is #cc6600. Color #c96914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101001 00010100
Octal 311 151 24
Decimal 201 105 20
Hex C9 69 14

RGB Percentages of Color #c96914

%61.66
%32.21
%6.13

CMYK Percentages of Color #c96914

%0
%48
%90
%21

Triadic Colors of #c96914

#c96914 #14c969 #6914c9

Analogous Colors of #c96914

#c96914 #c9c414 #c9141a

Monochromatic Colors of #c96914

#c96914

Complementary Color

#c96914 #1474c9

#c96914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96914 Color CSS Codes

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

#c96914 Text Font Color

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

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


#c96914 Background Color

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

This div background color is #c96914


#c96914 Border Color

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

This div border color is #c96914


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,105,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c96914; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c96914;
  -webkit-box-shadow: 1px 1px 3px 2px #c96914;
  box-shadow:         1px 1px 3px 2px #c96914; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,105,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96914


Comments

No comments written yet.

Please login to write comment.