#CD829A

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

Shades of Puce #CD829A

Tints of Puce #CD829A

Color information

#CD829A (or 0xCD829A) is unknown color: approx Puce. HEX triplet: CD, 82 and 9A. RGB value is (205,130,154). Sum of RGB (Red+Green+Blue) = 205+130+154=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD829A is #327D65. Grayscale: #9B9B9B. Windows color (decimal): -3308902 or 10126029. OLE color: 10126029.

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

Color convert

RGB205130154-
CMYK00.370.250.20
HSL340.8º42.86%65.69%-
HSV(B)340.8º36.59%80.39%-
XYZ38.9931.2834.55-
YUV155.16127.35163.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=41.92%
G=26.58%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513015400.370.250.20340.842.8665.69
HexCD829A02519141552b42
Octal315202232045312452553102
Binary110011011000001010011010010010111001101001010101011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD829A; }

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

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

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

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

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

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

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

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