#CD8C8E

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

Shades of Puce #CD8C8E

Tints of Puce #CD8C8E

Color information

#CD8C8E (or 0xCD8C8E) is unknown color: approx Puce. HEX triplet: CD, 8C and 8E. RGB value is (205,140,142). Sum of RGB (Red+Green+Blue) = 205+140+142=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C8E is #327371. Grayscale: #9F9F9F. Windows color (decimal): -3306354 or 9342157. OLE color: 9342157.

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

Color convert

RGB205140142-
CMYK00.320.310.20
HSL358.15º39.39%67.65%-
HSV(B)358.15º31.71%80.39%-
XYZ39.4433.6930.02-
YUV159.66118.03160.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.09%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 142 (55.86% from 255) = 29.16%
R=42.09%
G=28.75%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514014200.320.310.20358.1539.3967.65
HexCD8C8E0201F141662744
Octal315214216040372454647104
Binary110011011000110010001110010000011111101001011001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8C8E; }

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

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

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

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

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

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

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

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