#CD85A4

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

Shades of Puce #CD85A4

Tints of Puce #CD85A4

Color information

#CD85A4 (or 0xCD85A4) is unknown color: approx Puce. HEX triplet: CD, 85 and A4. RGB value is (205,133,164). Sum of RGB (Red+Green+Blue) = 205+133+164=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD85A4 is #327A5B. Grayscale: #9E9E9E. Windows color (decimal): -3308124 or 10782157. OLE color: 10782157.

HSL color Cylindrical-coordinate representation of color #CD85A4: hue angle of 334.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD85A4 is Cyan = 0, Magento = 0.35, Yellow = 0.2 and Black (K on CMYK) = 0.20.

Color convert

RGB205133164-
CMYK00.350.20.20
HSL334.17º41.86%66.27%-
HSV(B)334.17º35.12%80.39%-
XYZ40.2732.4339.26-
YUV158.06131.35161.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 164 (64.45% from 255) = 32.67%
R=40.84%
G=26.49%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513316400.350.20.20334.1741.8666.27
HexCD85A4023141414e2a42
Octal315205244043242451652102
Binary110011011000010110100100010001110100101001010011101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85A4; }

 p { color: rgb(205,133,164); }

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

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

 a { background-color: rgb(205,133,164); }

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

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

 span { border-color: rgb(205,133,164); }

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