#CD8789

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

Shades of Puce #CD8789

Tints of Puce #CD8789

Color information

#CD8789 (or 0xCD8789) is unknown color: approx Puce. HEX triplet: CD, 87 and 89. RGB value is (205,135,137). Sum of RGB (Red+Green+Blue) = 205+135+137=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8789 is #327876. Grayscale: #9C9C9C. Windows color (decimal): -3307639 or 9013197. OLE color: 9013197.

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

Color convert

RGB205135137-
CMYK00.340.330.20
HSL358.29º41.18%66.67%-
HSV(B)358.29º34.15%80.39%-
XYZ38.3632.1127.84-
YUV156.16117.19162.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 135 (53.12% from 255) = 28.30%
BLUE value IS 137 (53.91% from 255) = 28.72%
R=42.98%
G=28.30%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513513700.340.330.20358.2941.1866.67
HexCD878902221141662943
Octal315207211042412454651103
Binary1100110110000111100010010100010100001101001011001101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8789; }

 p { color: rgb(205,135,137); }

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

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

 a { background-color: rgb(205,135,137); }

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

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

 span { border-color: rgb(205,135,137); }

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