#ce879b

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

Shades of Puce #CE879B

Tints of Puce #CE879B

Color information

#CE879B (or 0xCE879B) is unknown color: approx Puce. HEX triplet: CE, 87 and 9B. RGB value is (206,135,155). Sum of RGB (Red+Green+Blue) = 206+135+155=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE879B is #317864. Grayscale: #9E9E9E. Windows color (decimal): -3242085 or 10192846. OLE color: 10192846.

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

Color convert

RGB206135155-
CMYK00.340.250.19
HSL343.1º42.01%66.86%-
HSV(B)343.1º34.47%80.78%-
XYZ40.0332.8235.23-
YUV158.51126.02161.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.53%
GREEN value IS 135 (53.12% from 255) = 27.22%
BLUE value IS 155 (60.94% from 255) = 31.25%
R=41.53%
G=27.22%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613515500.340.250.19343.142.0166.86
HexCE879B02219131572a43
Octal316207233042312352752103
Binary110011101000011110011011010001011001100111010101111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce879b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce879b; }

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

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

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

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

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

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

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

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