#CE878F

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

Shades of Puce #CE878F

Tints of Puce #CE878F

Color information

#CE878F (or 0xCE878F) is unknown color: approx Puce. HEX triplet: CE, 87 and 8F. RGB value is (206,135,143). Sum of RGB (Red+Green+Blue) = 206+135+143=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE878F is #317870. Grayscale: #9D9D9D. Windows color (decimal): -3242097 or 9406414. OLE color: 9406414.

HSL color Cylindrical-coordinate representation of color #CE878F: hue angle of 353.24º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE878F is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB206135143-
CMYK00.340.310.19
HSL353.24º42.01%66.86%-
HSV(B)353.24º34.47%80.78%-
XYZ39.0832.4330.19-
YUV157.14120.02162.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 143 (56.25% from 255) = 29.55%
R=42.56%
G=27.89%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613514300.340.310.19353.2442.0166.86
HexCE878F0221F131612a43
Octal316207217042372354152103
Binary110011101000011110001111010001011111100111011000011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE878F; }

 p { color: rgb(206,135,143); }

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

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

 a { background-color: rgb(206,135,143); }

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

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

 span { border-color: rgb(206,135,143); }

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