#CD8D8E

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

Shades of Puce #CD8D8E

Tints of Puce #CD8D8E

Color information

#CD8D8E (or 0xCD8D8E) is unknown color: approx Puce. HEX triplet: CD, 8D and 8E. RGB value is (205,141,142). Sum of RGB (Red+Green+Blue) = 205+141+142=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8D8E is #327271. Grayscale: #A0A0A0. Windows color (decimal): -3306098 or 9342413. OLE color: 9342413.

HSL color Cylindrical-coordinate representation of color #CD8D8E: hue angle of 359.06º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8D8E is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB205141142-
CMYK00.310.310.20
HSL359.06º39.02%67.84%-
HSV(B)359.06º31.22%80.39%-
XYZ39.5833.9830.06-
YUV160.25117.7159.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=42.01%
G=28.89%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514114200.310.310.20359.0639.0267.84
HexCD8D8E01F1F141672744
Octal315215216037372454747104
Binary11001101100011011000111001111111111101001011001111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8D8E; }

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

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

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

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

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

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

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

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