#CD828D

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

Shades of Puce #CD828D

Tints of Puce #CD828D

Color information

#CD828D (or 0xCD828D) is unknown color: approx Puce. HEX triplet: CD, 82 and 8D. RGB value is (205,130,141). Sum of RGB (Red+Green+Blue) = 205+130+141=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CD828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD828D is #327D72. Grayscale: #999999. Windows color (decimal): -3308915 or 9274061. OLE color: 9274061.

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

Color convert

RGB205130141-
CMYK00.370.310.20
HSL351.2º42.86%65.69%-
HSV(B)351.2º36.59%80.39%-
XYZ37.9730.8729.16-
YUV153.68120.85164.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 130 (51.17% from 255) = 27.31%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=43.07%
G=27.31%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513014100.370.310.20351.242.8665.69
HexCD828D0251F1415f2b42
Octal315202215045372453753102
Binary110011011000001010001101010010111111101001010111111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD828D; }

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

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

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

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

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

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

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

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