#CD879A

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

Shades of Puce #CD879A

Tints of Puce #CD879A

Color information

#CD879A (or 0xCD879A) is unknown color: approx Puce. HEX triplet: CD, 87 and 9A. RGB value is (205,135,154). Sum of RGB (Red+Green+Blue) = 205+135+154=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD879A is #327865. Grayscale: #9E9E9E. Windows color (decimal): -3307622 or 10127309. OLE color: 10127309.

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

Color convert

RGB205135154-
CMYK00.340.250.20
HSL343.71º41.18%66.67%-
HSV(B)343.71º34.15%80.39%-
XYZ39.6732.6434.78-
YUV158.1125.69161.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=41.50%
G=27.33%
B=31.17%

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
Decimal20513515400.340.250.20343.7141.1866.67
HexCD879A02219141582943
Octal315207232042312453051103
Binary110011011000011110011010010001011001101001010110001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD879A; }

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

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

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

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

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

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

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

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