#CD889E

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

Shades of Puce #CD889E

Tints of Puce #CD889E

Color information

#CD889E (or 0xCD889E) is unknown color: approx Puce. HEX triplet: CD, 88 and 9E. RGB value is (205,136,158). Sum of RGB (Red+Green+Blue) = 205+136+158=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CD889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD889E is #327761. Grayscale: #9F9F9F. Windows color (decimal): -3307362 or 10389709. OLE color: 10389709.

HSL color Cylindrical-coordinate representation of color #CD889E: hue angle of 340.87º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD889E is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB205136158-
CMYK00.340.230.20
HSL340.87º40.83%66.86%-
HSV(B)340.87º33.66%80.39%-
XYZ40.1533.0636.61-
YUV159.14127.36160.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=41.08%
G=27.25%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513615800.340.230.20340.8740.8366.86
HexCD889E02217141552943
Octal315210236042272452551103
Binary110011011000100010011110010001010111101001010101011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD889E; }

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

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

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

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

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

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

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

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