#CD878E

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

Shades of Puce #CD878E

Tints of Puce #CD878E

Color information

#CD878E (or 0xCD878E) is unknown color: approx Puce. HEX triplet: CD, 87 and 8E. RGB value is (205,135,142). Sum of RGB (Red+Green+Blue) = 205+135+142=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD878E is #327871. Grayscale: #9C9C9C. Windows color (decimal): -3307634 or 9340877. OLE color: 9340877.

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

Color convert

RGB205135142-
CMYK00.340.310.20
HSL354º41.18%66.67%-
HSV(B)354º34.15%80.39%-
XYZ38.7232.2629.78-
YUV156.73119.69162.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=42.53%
G=28.01%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513514200.340.310.2035441.1866.67
HexCD878E0221F141622943
Octal315207216042372454251103
Binary110011011000011110001110010001011111101001011000101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD878E; }

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

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

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

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

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

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

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

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