Color Hex Logo

#c0604d Color Hex

#C0604D
(192,96,77)
0 Favorites   0 Comments

Color spaces of #c0604d

RGB 1929677
HSL0.030.480.53
HSV10°60°75°
CMYK 0.000.500.60   0.25
XYZ27.260720.10809.4656
Yxy20.10800.47970.3538
Hunter Lab44.841930.041818.8739
CIE-Lab51.959136.811328.5724

#c0604d color RGB value is (192,96,77).

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

The process color (four color CMYK) of #c0604d color hex is 0.00, 0.50, 0.60, 0.25. Web safe color of #c0604d is #cc6666. Color #c0604d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100000 01001101
Octal 300 140 115
Decimal 192 96 77
Hex C0 60 4D

RGB Percentages of Color #c0604d

%52.60
%26.30
%21.10

CMYK Percentages of Color #c0604d

%0
%50
%60
%25

Triadic Colors of #c0604d

#c0604d #4dc060 #604dc0

Analogous Colors of #c0604d

#c0604d #c09a4d #c04d74

Monochromatic Colors of #c0604d

#c0604d

Complementary Color

#c0604d #4dadc0

#c0604d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0604d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0604d Color CSS Codes

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

#c0604d Text Font Color

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

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


#c0604d Background Color

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

This div background color is #c0604d


#c0604d Border Color

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

This div border color is #c0604d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c0604d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0604d


Comments

No comments written yet.

Please login to write comment.