#CD80A4

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

Shades of Puce #CD80A4

Tints of Puce #CD80A4

Color information

#CD80A4 (or 0xCD80A4) is unknown color: approx Puce. HEX triplet: CD, 80 and A4. RGB value is (205,128,164). Sum of RGB (Red+Green+Blue) = 205+128+164=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD80A4 is #327F5B. Grayscale: #9B9B9B. Windows color (decimal): -3309404 or 10780877. OLE color: 10780877.

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

Color convert

RGB205128164-
CMYK00.380.20.20
HSL331.95º43.5%65.29%-
HSV(B)331.95º37.56%80.39%-
XYZ39.631.139.04-
YUV155.13133.01163.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 164 (64.45% from 255) = 33.00%
R=41.25%
G=25.75%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512816400.380.20.20331.9543.565.29
HexCD80A4026141414c2c41
Octal315200244046242451454101
Binary110011011000000010100100010011010100101001010011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80A4; }

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

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

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

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

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

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

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

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