Color Hex Logo

#cd9273 Color Hex

#CD9273
(205,146,115)
0 Favorites   0 Comments

Color spaces of #cd9273

RGB 205146115
HSL0.060.470.63
HSV21°44°80°
CMYK 0.000.290.44   0.20
XYZ38.550234.774720.9000
Yxy34.77470.40910.3691
Hunter Lab58.970113.492220.2657
CIE-Lab65.572918.504425.2731

#cd9273 color RGB value is (205,146,115).

#cd9273 hex color red value is 205, green value is 146 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cd9273 hue: 0.06 , saturation: 0.47 and the lightness value of cd9273 is 0.63.

The process color (four color CMYK) of #cd9273 color hex is 0.00, 0.29, 0.44, 0.20. Web safe color of #cd9273 is #cc9966. Color #cd9273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010010 01110011
Octal 315 222 163
Decimal 205 146 115
Hex CD 92 73

RGB Percentages of Color #cd9273

%43.99
%31.33
%24.68

CMYK Percentages of Color #cd9273

%0
%29
%44
%20

Triadic Colors of #cd9273

#cd9273 #73cd92 #9273cd

Analogous Colors of #cd9273

#cd9273 #cdbf73 #cd7381

Monochromatic Colors of #cd9273

#cd9273

Complementary Color

#cd9273 #73aecd

#cd9273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd9273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd9273 Color CSS Codes

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

#cd9273 Text Font Color

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

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


#cd9273 Background Color

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

This div background color is #cd9273


#cd9273 Border Color

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

This div border color is #cd9273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd9273


Comments

No comments written yet.

Please login to write comment.