#CD889D

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

Shades of Puce #CD889D

Tints of Puce #CD889D

Color information

#CD889D (or 0xCD889D) is unknown color: approx Puce. HEX triplet: CD, 88 and 9D. RGB value is (205,136,157). Sum of RGB (Red+Green+Blue) = 205+136+157=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CD889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD889D is #327762. Grayscale: #9F9F9F. Windows color (decimal): -3307363 or 10324173. OLE color: 10324173.

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

Color convert

RGB205136157-
CMYK00.340.230.20
HSL341.74º40.83%66.86%-
HSV(B)341.74º33.66%80.39%-
XYZ40.0733.0236.16-
YUV159.02126.86160.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 136 (53.52% from 255) = 27.31%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=41.16%
G=27.31%
B=31.53%

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
Decimal20513615700.340.230.20341.7440.8366.86
HexCD889D02217141562943
Octal315210235042272452651103
Binary110011011000100010011101010001010111101001010101101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD889D; }

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

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

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

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

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

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

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

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