Color Hex Logo

#c0661c Color Hex

#C0661C
(192,102,28)
0 Favorites   0 Comments

Color spaces of #c0661c

RGB 19210228
HSL0.080.750.43
HSV27°85°75°
CMYK 0.000.470.85   0.25
XYZ26.699220.79313.7049
Yxy20.79310.52150.4061
Hunter Lab45.599524.715527.1024
CIE-Lab52.722331.241953.6777

#c0661c color RGB value is (192,102,28).

#c0661c hex color red value is 192, green value is 102 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #c0661c hue: 0.08 , saturation: 0.75 and the lightness value of c0661c is 0.43.

The process color (four color CMYK) of #c0661c color hex is 0.00, 0.47, 0.85, 0.25. Web safe color of #c0661c is #cc6633. Color #c0661c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100110 00011100
Octal 300 146 34
Decimal 192 102 28
Hex C0 66 1C

RGB Percentages of Color #c0661c

%59.63
%31.68
%8.70

CMYK Percentages of Color #c0661c

%0
%47
%85
%25

Triadic Colors of #c0661c

#c0661c #1cc066 #661cc0

Analogous Colors of #c0661c

#c0661c #c0b81c #c01c24

Monochromatic Colors of #c0661c

#c0661c

Complementary Color

#c0661c #1c76c0

#c0661c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0661c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0661c Color CSS Codes

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

#c0661c Text Font Color

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

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


#c0661c Background Color

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

This div background color is #c0661c


#c0661c Border Color

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

This div border color is #c0661c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0661c


Comments

No comments written yet.

Please login to write comment.