Color Hex Logo

#c0636b Color Hex

#C0636B
(192,99,107)
0 Favorites   0 Comments

Color spaces of #c0636b

RGB 19299107
HSL0.990.420.57
HSV355°48°75°
CMYK 0.000.480.44   0.25
XYZ28.853921.191716.4796
Yxy21.19170.43370.3186
Hunter Lab46.034431.321610.9992
CIE-Lab53.158737.943112.6550

#c0636b color RGB value is (192,99,107).

#c0636b hex color red value is 192, green value is 99 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c0636b hue: 0.99 , saturation: 0.42 and the lightness value of c0636b is 0.57.

The process color (four color CMYK) of #c0636b color hex is 0.00, 0.48, 0.44, 0.25. Web safe color of #c0636b is #cc6666. Color #c0636b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100011 01101011
Octal 300 143 153
Decimal 192 99 107
Hex C0 63 6B

RGB Percentages of Color #c0636b

%48.24
%24.87
%26.88

CMYK Percentages of Color #c0636b

%0
%48
%44
%25

Triadic Colors of #c0636b

#c0636b #6bc063 #636bc0

Analogous Colors of #c0636b

#c0636b #c08a63 #c0639a

Monochromatic Colors of #c0636b

#c0636b

Complementary Color

#c0636b #63c0b8

#c0636b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0636b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0636b Color CSS Codes

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

#c0636b Text Font Color

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

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


#c0636b Background Color

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

This div background color is #c0636b


#c0636b Border Color

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

This div border color is #c0636b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0636b


Comments

No comments written yet.

Please login to write comment.