#cd889a

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

Shades of Puce #CD889A

Tints of Puce #CD889A

Color information

#CD889A (or 0xCD889A) is unknown color: approx Puce. HEX triplet: CD, 88 and 9A. RGB value is (205,136,154). Sum of RGB (Red+Green+Blue) = 205+136+154=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD889A is #327765. Grayscale: #9E9E9E. Windows color (decimal): -3307366 or 10127565. OLE color: 10127565.

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

Color convert

RGB205136154-
CMYK00.340.250.20
HSL344.35º40.83%66.86%-
HSV(B)344.35º33.66%80.39%-
XYZ39.8132.9234.83-
YUV158.68125.36161.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=41.41%
G=27.47%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513615400.340.250.20344.3540.8366.86
HexCD889A02219141582943
Octal315210232042312453051103
Binary110011011000100010011010010001011001101001010110001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd889a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd889a; }

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

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

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

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

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

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

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

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