#CD868E

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

Shades of Puce #CD868E

Tints of Puce #CD868E

Color information

#CD868E (or 0xCD868E) is unknown color: approx Puce. HEX triplet: CD, 86 and 8E. RGB value is (205,134,142). Sum of RGB (Red+Green+Blue) = 205+134+142=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD868E is #327971. Grayscale: #9C9C9C. Windows color (decimal): -3307890 or 9340621. OLE color: 9340621.

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

Color convert

RGB205134142-
CMYK00.350.310.20
HSL353.24º41.52%66.47%-
HSV(B)353.24º34.63%80.39%-
XYZ38.5831.9829.73-
YUV156.14120.02162.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=42.62%
G=27.86%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513414200.350.310.20353.2441.5266.47
HexCD868E0231F141612a42
Octal315206216043372454152102
Binary110011011000011010001110010001111111101001011000011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD868E; }

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

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

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

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

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

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

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

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