#CD828C

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

Shades of Puce #CD828C

Tints of Puce #CD828C

Color information

#CD828C (or 0xCD828C) is unknown color: approx Puce. HEX triplet: CD, 82 and 8C. RGB value is (205,130,140). Sum of RGB (Red+Green+Blue) = 205+130+140=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD828C is #327D73. Grayscale: #999999. Windows color (decimal): -3308916 or 9208525. OLE color: 9208525.

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

Color convert

RGB205130140-
CMYK00.370.320.20
HSL352º42.86%65.69%-
HSV(B)352º36.59%80.39%-
XYZ37.8930.8428.77-
YUV153.56120.35164.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=43.16%
G=27.37%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513014000.370.320.2035242.8665.69
HexCD828C02520141602b42
Octal315202214045402454053102
Binary1100110110000010100011000100101100000101001011000001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD828C; }

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

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

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

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

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

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

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

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