Color Hex Logo

#c9620d Color Hex

#C9620D
(201,98,13)
0 Favorites   0 Comments

Color spaces of #c9620d

RGB 2019813
HSL0.080.880.42
HSV27°94°79°
CMYK 0.000.510.94   0.21
XYZ28.527721.18192.9657
Yxy21.18190.54160.4021
Hunter Lab46.023830.101028.3961
CIE-Lab53.148036.718059.0453

#c9620d color RGB value is (201,98,13).

#c9620d hex color red value is 201, green value is 98 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c9620d hue: 0.08 , saturation: 0.88 and the lightness value of c9620d is 0.42.

The process color (four color CMYK) of #c9620d color hex is 0.00, 0.51, 0.94, 0.21. Web safe color of #c9620d is #cc6600. Color #c9620d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100010 00001101
Octal 311 142 15
Decimal 201 98 13
Hex C9 62 D

RGB Percentages of Color #c9620d

%64.42
%31.41
%4.17

CMYK Percentages of Color #c9620d

%0
%51
%94
%21

Triadic Colors of #c9620d

#c9620d #0dc962 #620dc9

Analogous Colors of #c9620d

#c9620d #c9c00d #c90d16

Monochromatic Colors of #c9620d

#c9620d

Complementary Color

#c9620d #0d74c9

#c9620d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9620d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9620d Color CSS Codes

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

#c9620d Text Font Color

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

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


#c9620d Background Color

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

This div background color is #c9620d


#c9620d Border Color

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

This div border color is #c9620d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9620d


Comments

No comments written yet.

Please login to write comment.