Color Hex Logo

#c0650d Color Hex

#C0650D
(192,101,13)
0 Favorites   0 Comments

Color spaces of #c0650d

RGB 19210113
HSL0.080.870.40
HSV29°93°75°
CMYK 0.000.470.93   0.25
XYZ26.464620.54292.9511
Yxy20.54290.52970.4112
Hunter Lab45.324324.907727.8666
CIE-Lab52.445631.472957.9331

#c0650d color RGB value is (192,101,13).

#c0650d hex color red value is 192, green value is 101 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c0650d hue: 0.08 , saturation: 0.87 and the lightness value of c0650d is 0.40.

The process color (four color CMYK) of #c0650d color hex is 0.00, 0.47, 0.93, 0.25. Web safe color of #c0650d is #cc6600. Color #c0650d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100101 00001101
Octal 300 145 15
Decimal 192 101 13
Hex C0 65 D

RGB Percentages of Color #c0650d

%62.75
%33.01
%4.25

CMYK Percentages of Color #c0650d

%0
%47
%93
%25

Triadic Colors of #c0650d

#c0650d #0dc065 #650dc0

Analogous Colors of #c0650d

#c0650d #c0bf0d #c00d0e

Monochromatic Colors of #c0650d

#c0650d

Complementary Color

#c0650d #0d68c0

#c0650d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0650d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0650d Color CSS Codes

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

#c0650d Text Font Color

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

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


#c0650d Background Color

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

This div background color is #c0650d


#c0650d Border Color

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

This div border color is #c0650d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0650d


Comments

No comments written yet.

Please login to write comment.