color codes Logo

#c7630e color codes

#C7630E
(199,99,14)
0 Favorites   0 Comments

Color spaces of #c7630e

RGB 1999914
HSL0.080.870.42
HSV28°93°78°
CMYK 0.000.500.93   0.22
XYZ28.094321.09753.0070
Yxy21.09750.53820.4042
Hunter Lab45.932028.798428.2709
CIE-Lab53.056035.410458.6087

#c7630e color RGB value is (199,99,14).

#c7630e hex color red value is 199, green value is 99 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c7630e hue: 0.08 , saturation: 0.87 and the lightness value of c7630e is 0.42.

The process color (four color CMYK) of #c7630e color code is 0.00, 0.50, 0.93, 0.22. Web safe color of #c7630e is #cc6600. Color #c7630e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100011 00001110
Octal 307 143 16
Decimal 199 99 14
Hex C7 63 E

RGB Percentages of Color #c7630e

%63.78
%31.73
%4.49

CMYK Percentages of Color #c7630e

%0
%50
%93
%22

Triadic Colors of #c7630e

#c7630e #0ec763 #630ec7

Analogous Colors of #c7630e

#c7630e #c7c00e #c70e15

Monochromatic Colors of #c7630e

#c7630e

Complementary Color

#c7630e #0e72c7

#c7630e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7630e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7630e Color CSS Codes

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

#c7630e Text Font Color

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

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


#c7630e Background Color

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

This div background color is #c7630e


#c7630e Border Color

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

This div border color is #c7630e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7630e


Comments

No comments written yet.

Please login to write comment.