Color Hex Logo

#cd763e Color Hex

#CD763E
(205,118,62)
0 Favorites   0 Comments

Color spaces of #cd763e

RGB 20511862
HSL0.070.590.52
HSV23°70°80°
CMYK 0.000.420.70   0.20
XYZ32.524826.28387.9165
Yxy26.28380.48740.3939
Hunter Lab51.267723.523826.7322
CIE-Lab58.305529.444544.6383

#cd763e color RGB value is (205,118,62).

#cd763e hex color red value is 205, green value is 118 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cd763e hue: 0.07 , saturation: 0.59 and the lightness value of cd763e is 0.52.

The process color (four color CMYK) of #cd763e color hex is 0.00, 0.42, 0.70, 0.20. Web safe color of #cd763e is #cc6633. Color #cd763e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110110 00111110
Octal 315 166 76
Decimal 205 118 62
Hex CD 76 3E

RGB Percentages of Color #cd763e

%53.25
%30.65
%16.10

CMYK Percentages of Color #cd763e

%0
%42
%70
%20

Triadic Colors of #cd763e

#cd763e #3ecd76 #763ecd

Analogous Colors of #cd763e

#cd763e #cdbe3e #cd3e4e

Monochromatic Colors of #cd763e

#cd763e

Complementary Color

#cd763e #3e95cd

#cd763e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd763e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd763e Color CSS Codes

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

#cd763e Text Font Color

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

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


#cd763e Background Color

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

This div background color is #cd763e


#cd763e Border Color

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

This div border color is #cd763e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,118,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd763e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd763e;
  -webkit-box-shadow: 1px 1px 3px 2px #cd763e;
  box-shadow:         1px 1px 3px 2px #cd763e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,118,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd763e


Comments

No comments written yet.

Please login to write comment.