#CD80AA

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

Shades of Puce #CD80AA

Tints of Puce #CD80AA

Color information

#CD80AA (or 0xCD80AA) is unknown color: approx Puce. HEX triplet: CD, 80 and AA. RGB value is (205,128,170). Sum of RGB (Red+Green+Blue) = 205+128+170=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD80AA is #327F55. Grayscale: #9B9B9B. Windows color (decimal): -3309398 or 11174093. OLE color: 11174093.

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

Color convert

RGB205128170-
CMYK00.380.170.20
HSL327.27º43.5%65.29%-
HSV(B)327.27º37.56%80.39%-
XYZ40.1531.3241.96-
YUV155.81136.01163.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=40.76%
G=25.45%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512817000.380.170.20327.2743.565.29
HexCD80AA02611141472c41
Octal315200252046212450754101
Binary110011011000000010101010010011010001101001010001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80AA; }

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

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

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

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

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

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

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

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