Color Hex Logo

#c0460f Color Hex

#C0460F
(192,70,15)
0 Favorites   0 Comments

Color spaces of #c0460f

RGB 1927015
HSL0.050.860.41
HSV19°92°75°
CMYK 0.000.640.92   0.25
XYZ24.014615.62132.2014
Yxy15.62130.57400.3734
Hunter Lab39.523839.289724.3643
CIE-Lab46.473746.810553.2283

#c0460f color RGB value is (192,70,15).

#c0460f hex color red value is 192, green value is 70 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c0460f hue: 0.05 , saturation: 0.86 and the lightness value of c0460f is 0.41.

The process color (four color CMYK) of #c0460f color hex is 0.00, 0.64, 0.92, 0.25. Web safe color of #c0460f is #cc3300. Color #c0460f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000110 00001111
Octal 300 106 17
Decimal 192 70 15
Hex C0 46 F

RGB Percentages of Color #c0460f

%69.31
%25.27
%5.42

CMYK Percentages of Color #c0460f

%0
%64
%92
%25

Triadic Colors of #c0460f

#c0460f #0fc046 #460fc0

Analogous Colors of #c0460f

#c0460f #c09f0f #c00f31

Monochromatic Colors of #c0460f

#c0460f

Complementary Color

#c0460f #0f89c0

#c0460f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0460f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0460f Color CSS Codes

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

#c0460f Text Font Color

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

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


#c0460f Background Color

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

This div background color is #c0460f


#c0460f Border Color

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

This div border color is #c0460f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0460f


Comments

No comments written yet.

Please login to write comment.