#CD80A2

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

Shades of Puce #CD80A2

Tints of Puce #CD80A2

Color information

#CD80A2 (or 0xCD80A2) is unknown color: approx Puce. HEX triplet: CD, 80 and A2. RGB value is (205,128,162). Sum of RGB (Red+Green+Blue) = 205+128+162=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD80A2 is #327F5D. Grayscale: #9A9A9A. Windows color (decimal): -3309406 or 10649805. OLE color: 10649805.

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

Color convert

RGB205128162-
CMYK00.380.210.20
HSL333.51º43.5%65.29%-
HSV(B)333.51º37.56%80.39%-
XYZ39.4231.0338.09-
YUV154.9132.01163.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 162 (63.67% from 255) = 32.73%
R=41.41%
G=25.86%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512816200.380.210.20333.5143.565.29
HexCD80A2026151414e2c41
Octal315200242046252451654101
Binary110011011000000010100010010011010101101001010011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80A2; }

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

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

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

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

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

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

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

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