#CD829D

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

Shades of Puce #CD829D

Tints of Puce #CD829D

Color information

#CD829D (or 0xCD829D) is unknown color: approx Puce. HEX triplet: CD, 82 and 9D. RGB value is (205,130,157). Sum of RGB (Red+Green+Blue) = 205+130+157=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD829D is #327D62. Grayscale: #9B9B9B. Windows color (decimal): -3308899 or 10322637. OLE color: 10322637.

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

Color convert

RGB205130157-
CMYK00.370.230.20
HSL338.4º42.86%65.69%-
HSV(B)338.4º36.59%80.39%-
XYZ39.2531.3835.89-
YUV155.5128.85163.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 157 (61.72% from 255) = 31.91%
R=41.67%
G=26.42%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513015700.370.230.20338.442.8665.69
HexCD829D02517141522b42
Octal315202235045272452253102
Binary110011011000001010011101010010110111101001010100101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD829D; }

 p { color: rgb(205,130,157); }

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

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

 a { background-color: rgb(205,130,157); }

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

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

 span { border-color: rgb(205,130,157); }

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