#CD80A6

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

Shades of Puce #CD80A6

Tints of Puce #CD80A6

Color information

#CD80A6 (or 0xCD80A6) is unknown color: approx Puce. HEX triplet: CD, 80 and A6. RGB value is (205,128,166). Sum of RGB (Red+Green+Blue) = 205+128+166=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD80A6 is #327F59. Grayscale: #9B9B9B. Windows color (decimal): -3309402 or 10911949. OLE color: 10911949.

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

Color convert

RGB205128166-
CMYK00.380.190.20
HSL330.39º43.5%65.29%-
HSV(B)330.39º37.56%80.39%-
XYZ39.7831.1740-
YUV155.35134.01163.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 166 (65.23% from 255) = 33.27%
R=41.08%
G=25.65%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512816600.380.190.20330.3943.565.29
HexCD80A6026131414a2c41
Octal315200246046232451254101
Binary110011011000000010100110010011010011101001010010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80A6; }

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

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

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

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

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

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

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

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