#CD7DA0

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

Shades of Puce #CD7DA0

Tints of Puce #CD7DA0

Color information

#CD7DA0 (or 0xCD7DA0) is unknown color: approx Puce. HEX triplet: CD, 7D and A0. RGB value is (205,125,160). Sum of RGB (Red+Green+Blue) = 205+125+160=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7DA0 is #32825F. Grayscale: #989898. Windows color (decimal): -3310176 or 10517965. OLE color: 10517965.

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

Color convert

RGB205125160-
CMYK00.390.220.20
HSL333.75º44.44%64.71%-
HSV(B)333.75º39.02%80.39%-
XYZ38.8630.1837.04-
YUV152.91132165.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 160 (62.89% from 255) = 32.65%
R=41.84%
G=25.51%
B=32.65%

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
Decimal20512516000.390.220.20333.7544.4464.71
HexCD7DA0027161414e2c41
Octal315175240047262451654101
Binary11001101111110110100000010011110110101001010011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DA0; }

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

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

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

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

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

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

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

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