#CE8798

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

Shades of Puce #CE8798

Tints of Puce #CE8798

Color information

#CE8798 (or 0xCE8798) is unknown color: approx Puce. HEX triplet: CE, 87 and 98. RGB value is (206,135,152). Sum of RGB (Red+Green+Blue) = 206+135+152=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8798 is #317867. Grayscale: #9E9E9E. Windows color (decimal): -3242088 or 9996238. OLE color: 9996238.

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

Color convert

RGB206135152-
CMYK00.340.260.19
HSL345.63º42.01%66.86%-
HSV(B)345.63º34.47%80.78%-
XYZ39.7932.7233.92-
YUV158.17124.52162.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 135 (53.12% from 255) = 27.38%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=41.78%
G=27.38%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613515200.340.260.19345.6342.0166.86
HexCE87980221A1315a2a43
Octal316207230042322353252103
Binary110011101000011110011000010001011010100111010110101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8798; }

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

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

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

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

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

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

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

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