#CE8794

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

Shades of Puce #CE8794

Tints of Puce #CE8794

Color information

#CE8794 (or 0xCE8794) is unknown color: approx Puce. HEX triplet: CE, 87 and 94. RGB value is (206,135,148). Sum of RGB (Red+Green+Blue) = 206+135+148=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8794 is #31786B. Grayscale: #9D9D9D. Windows color (decimal): -3242092 or 9734094. OLE color: 9734094.

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

Color convert

RGB206135148-
CMYK00.340.280.19
HSL349.01º42.01%66.86%-
HSV(B)349.01º34.47%80.78%-
XYZ39.4632.5932.23-
YUV157.71122.52162.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=42.13%
G=27.61%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613514800.340.280.19349.0142.0166.86
HexCE87940221C1315d2a43
Octal316207224042342353552103
Binary110011101000011110010100010001011100100111010111011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8794; }

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

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

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

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

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

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

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

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