#CD7E9A

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

Shades of Puce #CD7E9A

Tints of Puce #CD7E9A

Color information

#CD7E9A (or 0xCD7E9A) is unknown color: approx Puce. HEX triplet: CD, 7E and 9A. RGB value is (205,126,154). Sum of RGB (Red+Green+Blue) = 205+126+154=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7E9A is #328165. Grayscale: #989898. Windows color (decimal): -3309926 or 10125005. OLE color: 10125005.

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

Color convert

RGB205126154-
CMYK00.390.250.20
HSL338.73º44.13%64.9%-
HSV(B)338.73º38.54%80.39%-
XYZ38.4730.2334.38-
YUV152.81128.67165.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 154 (60.55% from 255) = 31.75%
R=42.27%
G=25.98%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512615400.390.250.20338.7344.1364.9
HexCD7E9A02719141532c41
Octal315176232047312452354101
Binary11001101111111010011010010011111001101001010100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7E9A; }

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

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

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

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

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

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

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

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