#CD869F

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

Shades of Puce #CD869F

Tints of Puce #CD869F

Color information

#CD869F (or 0xCD869F) is unknown color: approx Puce. HEX triplet: CD, 86 and 9F. RGB value is (205,134,159). Sum of RGB (Red+Green+Blue) = 205+134+159=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CD869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD869F is #327960. Grayscale: #9E9E9E. Windows color (decimal): -3307873 or 10454733. OLE color: 10454733.

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

Color convert

RGB205134159-
CMYK00.350.220.20
HSL338.87º41.52%66.47%-
HSV(B)338.87º34.63%80.39%-
XYZ39.9632.5336.97-
YUV158.08128.52161.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 134 (52.73% from 255) = 26.91%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=41.16%
G=26.91%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513415900.350.220.20338.8741.5266.47
HexCD869F02316141532a42
Octal315206237043262452352102
Binary110011011000011010011111010001110110101001010100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD869F; }

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

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

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

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

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

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

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

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