color codes Logo

#c7561d color codes

#C7561D
(199,86,29)
0 Favorites   0 Comments

Color spaces of #c7561d

RGB 1998629
HSL0.060.750.45
HSV20°85°78°
CMYK 0.000.570.85   0.22
XYZ27.102718.88643.3794
Yxy18.88640.54900.3826
Hunter Lab43.458535.268425.8105
CIE-Lab50.554042.229351.8957

#c7561d color RGB value is (199,86,29).

#c7561d hex color red value is 199, green value is 86 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c7561d hue: 0.06 , saturation: 0.75 and the lightness value of c7561d is 0.45.

The process color (four color CMYK) of #c7561d color code is 0.00, 0.57, 0.85, 0.22. Web safe color of #c7561d is #cc6633. Color #c7561d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010110 00011101
Octal 307 126 35
Decimal 199 86 29
Hex C7 56 1D

RGB Percentages of Color #c7561d

%63.38
%27.39
%9.24

CMYK Percentages of Color #c7561d

%0
%57
%85
%22

Triadic Colors of #c7561d

#c7561d #1dc756 #561dc7

Analogous Colors of #c7561d

#c7561d #c7ab1d #c71d39

Monochromatic Colors of #c7561d

#c7561d

Complementary Color

#c7561d #1d8ec7

#c7561d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7561d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7561d Color CSS Codes

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

#c7561d Text Font Color

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

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


#c7561d Background Color

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

This div background color is #c7561d


#c7561d Border Color

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

This div border color is #c7561d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7561d


Comments

No comments written yet.

Please login to write comment.