#CD869E

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

Shades of Puce #CD869E

Tints of Puce #CD869E

Color information

#CD869E (or 0xCD869E) is unknown color: approx Puce. HEX triplet: CD, 86 and 9E. RGB value is (205,134,158). Sum of RGB (Red+Green+Blue) = 205+134+158=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD869E is #327961. Grayscale: #9D9D9D. Windows color (decimal): -3307874 or 10389197. OLE color: 10389197.

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

Color convert

RGB205134158-
CMYK00.350.230.20
HSL339.72º41.52%66.47%-
HSV(B)339.72º34.63%80.39%-
XYZ39.8732.536.52-
YUV157.96128.02161.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=41.25%
G=26.96%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513415800.350.230.20339.7241.5266.47
HexCD869E02317141542a42
Octal315206236043272452452102
Binary110011011000011010011110010001110111101001010101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD869E; }

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

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

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

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

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

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

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

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