Color Hex Logo

#cd633d Color Hex

#CD633D
(205,99,61)
0 Favorites   0 Comments

Color spaces of #cd633d

RGB 2059961
HSL0.040.590.52
HSV16°70°80°
CMYK 0.000.520.70   0.20
XYZ30.481022.23977.1011
Yxy22.23970.50950.3718
Hunter Lab47.159032.844524.0835
CIE-Lab54.280439.309440.6689

#cd633d color RGB value is (205,99,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100011 00111101
Octal 315 143 75
Decimal 205 99 61
Hex CD 63 3D

RGB Percentages of Color #cd633d

%56.16
%27.12
%16.71

CMYK Percentages of Color #cd633d

%0
%52
%70
%20

Triadic Colors of #cd633d

#cd633d #3dcd63 #633dcd

Analogous Colors of #cd633d

#cd633d #cdab3d #cd3d5f

Monochromatic Colors of #cd633d

#cd633d

Complementary Color

#cd633d #3da7cd

#cd633d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd633d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd633d Color CSS Codes

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

#cd633d Text Font Color

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

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


#cd633d Background Color

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

This div background color is #cd633d


#cd633d Border Color

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

This div border color is #cd633d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd633d


Comments

No comments written yet.

Please login to write comment.