#CD81AA

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

Shades of Puce #CD81AA

Tints of Puce #CD81AA

Color information

#CD81AA (or 0xCD81AA) is unknown color: approx Puce. HEX triplet: CD, 81 and AA. RGB value is (205,129,170). Sum of RGB (Red+Green+Blue) = 205+129+170=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CD81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD81AA is #327E55. Grayscale: #9C9C9C. Windows color (decimal): -3309142 or 11174349. OLE color: 11174349.

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

Color convert

RGB205129170-
CMYK00.370.170.20
HSL327.63º43.18%65.49%-
HSV(B)327.63º37.07%80.39%-
XYZ40.2831.5842-
YUV156.4135.68162.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 129 (50.78% from 255) = 25.60%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=40.67%
G=25.60%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512917000.370.170.20327.6343.1865.49
HexCD81AA02511141482b41
Octal315201252045212451053101
Binary110011011000000110101010010010110001101001010010001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD81AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD81AA; }

 p { color: rgb(205,129,170); }

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

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

 a { background-color: rgb(205,129,170); }

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

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

 span { border-color: rgb(205,129,170); }

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