#CD868C

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

Shades of Puce #CD868C

Tints of Puce #CD868C

Color information

#CD868C (or 0xCD868C) is unknown color: approx Puce. HEX triplet: CD, 86 and 8C. RGB value is (205,134,140). Sum of RGB (Red+Green+Blue) = 205+134+140=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD868C is #327973. Grayscale: #9B9B9B. Windows color (decimal): -3307892 or 9209549. OLE color: 9209549.

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

Color convert

RGB205134140-
CMYK00.350.320.20
HSL354.93º41.52%66.47%-
HSV(B)354.93º34.63%80.39%-
XYZ38.4431.9228.95-
YUV155.91119.02163.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=42.80%
G=27.97%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513414000.350.320.20354.9341.5266.47
HexCD868C02320141632a42
Octal315206214043402454352102
Binary1100110110000110100011000100011100000101001011000111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD868C; }

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

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

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

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

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

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

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

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