#CE8789

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

Shades of Puce #CE8789

Tints of Puce #CE8789

Color information

#CE8789 (or 0xCE8789) is unknown color: approx Puce. HEX triplet: CE, 87 and 89. RGB value is (206,135,137). Sum of RGB (Red+Green+Blue) = 206+135+137=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8789 is #317876. Grayscale: #9C9C9C. Windows color (decimal): -3242103 or 9013198. OLE color: 9013198.

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

Color convert

RGB206135137-
CMYK00.340.330.19
HSL358.31º42.01%66.86%-
HSV(B)358.31º34.47%80.78%-
XYZ38.6332.2627.86-
YUV156.46117.02163.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.10%
GREEN value IS 135 (53.12% from 255) = 28.24%
BLUE value IS 137 (53.91% from 255) = 28.66%
R=43.10%
G=28.24%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613513700.340.330.19358.3142.0166.86
HexCE878902221131662a43
Octal316207211042412354652103
Binary1100111010000111100010010100010100001100111011001101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8789; }

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

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

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

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

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

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

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

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