color codes Logo

#c7604d color codes

#C7604D
(199,96,77)
0 Favorites   0 Comments

Color spaces of #c7604d

RGB 1999677
HSL0.030.520.54
HSV61°78°
CMYK 0.000.520.61   0.22
XYZ29.075621.04379.5506
Yxy21.04370.48730.3527
Hunter Lab45.873432.858819.7675
CIE-Lab52.997339.497230.0980

#c7604d color RGB value is (199,96,77).

#c7604d hex color red value is 199, green value is 96 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c7604d hue: 0.03 , saturation: 0.52 and the lightness value of c7604d is 0.54.

The process color (four color CMYK) of #c7604d color code is 0.00, 0.52, 0.61, 0.22. Web safe color of #c7604d is #cc6666. Color #c7604d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100000 01001101
Octal 307 140 115
Decimal 199 96 77
Hex C7 60 4D

RGB Percentages of Color #c7604d

%53.49
%25.81
%20.70

CMYK Percentages of Color #c7604d

%0
%52
%61
%22

Triadic Colors of #c7604d

#c7604d #4dc760 #604dc7

Analogous Colors of #c7604d

#c7604d #c79d4d #c74d77

Monochromatic Colors of #c7604d

#c7604d

Complementary Color

#c7604d #4db4c7

#c7604d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7604d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7604d Color CSS Codes

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

#c7604d Text Font Color

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

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


#c7604d Background Color

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

This div background color is #c7604d


#c7604d Border Color

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

This div border color is #c7604d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7604d


Comments

No comments written yet.

Please login to write comment.