#CD7D9F

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

Shades of Puce #CD7D9F

Tints of Puce #CD7D9F

Color information

#CD7D9F (or 0xCD7D9F) is unknown color: approx Puce. HEX triplet: CD, 7D and 9F. RGB value is (205,125,159). Sum of RGB (Red+Green+Blue) = 205+125+159=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7D9F is #328260. Grayscale: #989898. Windows color (decimal): -3310177 or 10452429. OLE color: 10452429.

HSL color Cylindrical-coordinate representation of color #CD7D9F: hue angle of 334.5º 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 #CD7D9F is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB205125159-
CMYK00.390.220.20
HSL334.5º44.44%64.71%-
HSV(B)334.5º39.02%80.39%-
XYZ38.7730.1536.58-
YUV152.8131.5165.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 125 (49.22% from 255) = 25.56%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=41.92%
G=25.56%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512515900.390.220.20334.544.4464.71
HexCD7D9F027161414e2c41
Octal315175237047262451654101
Binary11001101111110110011111010011110110101001010011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7D9F; }

 p { color: rgb(205,125,159); }

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

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

 a { background-color: rgb(205,125,159); }

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

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

 span { border-color: rgb(205,125,159); }

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