#CE898E

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

Shades of Puce #CE898E

Tints of Puce #CE898E

Color information

#CE898E (or 0xCE898E) is unknown color: approx Puce. HEX triplet: CE, 89 and 8E. RGB value is (206,137,142). Sum of RGB (Red+Green+Blue) = 206+137+142=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE898E is #317671. Grayscale: #9E9E9E. Windows color (decimal): -3241586 or 9341390. OLE color: 9341390.

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

Color convert

RGB206137142-
CMYK00.330.310.19
HSL355.65º41.32%67.25%-
HSV(B)355.65º33.5%80.78%-
XYZ39.2832.9729.88-
YUV158.2118.86162.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=42.47%
G=28.25%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613714200.330.310.19355.6541.3267.25
HexCE898E0211F131642943
Octal316211216041372354451103
Binary110011101000100110001110010000111111100111011001001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE898E; }

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

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

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

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

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

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

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

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