#CE8998

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

Shades of Puce #CE8998

Tints of Puce #CE8998

Color information

#CE8998 (or 0xCE8998) is unknown color: approx Puce. HEX triplet: CE, 89 and 98. RGB value is (206,137,152). Sum of RGB (Red+Green+Blue) = 206+137+152=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8998 is #317667. Grayscale: #9F9F9F. Windows color (decimal): -3241576 or 9996750. OLE color: 9996750.

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

Color convert

RGB206137152-
CMYK00.330.260.19
HSL346.96º41.32%67.25%-
HSV(B)346.96º33.5%80.78%-
XYZ40.0733.2834.02-
YUV159.34123.86161.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 152 (59.77% from 255) = 30.71%
R=41.62%
G=27.68%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613715200.330.260.19346.9641.3267.25
HexCE89980211A1315b2943
Octal316211230041322353351103
Binary110011101000100110011000010000111010100111010110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8998; }

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

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

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

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

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

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

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

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