Color Hex Logo

#c8622d Color Hex

#C8622D
(200,98,45)
0 Favorites   0 Comments

Color spaces of #c8622d

RGB 2009845
HSL0.060.630.48
HSV21°78°78°
CMYK 0.000.510.78   0.22
XYZ28.660821.20425.0649
Yxy21.20420.52180.3860
Hunter Lab46.048030.516425.7122
CIE-Lab53.172337.133247.3341

#c8622d color RGB value is (200,98,45).

#c8622d hex color red value is 200, green value is 98 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c8622d hue: 0.06 , saturation: 0.63 and the lightness value of c8622d is 0.48.

The process color (four color CMYK) of #c8622d color hex is 0.00, 0.51, 0.78, 0.22. Web safe color of #c8622d is #cc6633. Color #c8622d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100010 00101101
Octal 310 142 55
Decimal 200 98 45
Hex C8 62 2D

RGB Percentages of Color #c8622d

%58.31
%28.57
%13.12

CMYK Percentages of Color #c8622d

%0
%51
%78
%22

Triadic Colors of #c8622d

#c8622d #2dc862 #622dc8

Analogous Colors of #c8622d

#c8622d #c8b02d #c82d45

Monochromatic Colors of #c8622d

#c8622d

Complementary Color

#c8622d #2d93c8

#c8622d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8622d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8622d Color CSS Codes

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

#c8622d Text Font Color

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

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


#c8622d Background Color

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

This div background color is #c8622d


#c8622d Border Color

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

This div border color is #c8622d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,98,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8622d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8622d;
  -webkit-box-shadow: 1px 1px 3px 2px #c8622d;
  box-shadow:         1px 1px 3px 2px #c8622d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,98,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8622d


Comments

No comments written yet.

Please login to write comment.