#CD7EA5

Color #CD7EA5 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #CD7EA5

Tints of Puce #CD7EA5

Color information

#CD7EA5 (or 0xCD7EA5) is unknown color: approx Puce. HEX triplet: CD, 7E and A5. RGB value is (205,126,165). Sum of RGB (Red+Green+Blue) = 205+126+165=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7EA5 is #32815A. Grayscale: #999999. Windows color (decimal): -3309915 or 10845901. OLE color: 10845901.

HSL color Cylindrical-coordinate representation of color #CD7EA5: hue angle of 330.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD7EA5 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB205126165-
CMYK00.390.200.20
HSL330.38º44.13%64.9%-
HSV(B)330.38º38.54%80.39%-
XYZ39.4330.6239.43-
YUV154.07134.17164.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 126 (49.61% from 255) = 25.40%
BLUE value IS 165 (64.84% from 255) = 33.27%
R=41.33%
G=25.40%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512616500.390.200.20330.3844.1364.9
HexCD7EA5027141414a2c41
Octal315176245047242451254101
Binary11001101111111010100101010011110100101001010010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EA5; }

 p { color: rgb(205,126,165); }

 H1.HeaderClassName
 {
   color: #CD7EA5;
 }
 .AnyTagClassName
 {
   color: #CD7EA5;
 }
</style>
background-color css

<style>
 a { background-color: #CD7EA5; }

 a { background-color: rgb(205,126,165); }

 div.DivClassName
 {
   background-color: #CD7EA5;
 }
 .BgClassName
 {
   background-color: #CD7EA5;
 }
</style>
border-color css

<style>
 span { border-color: #CD7EA5; }

 span { border-color: rgb(205,126,165); }

 td.TdClassName
 {
   border-color: #CD7EA5;
 }
 .TagClassName
 {
   border-color: #CD7EA5;
 }
</style>