#CE8294

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

Shades of Puce #CE8294

Tints of Puce #CE8294

Color information

#CE8294 (or 0xCE8294) is unknown color: approx Puce. HEX triplet: CE, 82 and 94. RGB value is (206,130,148). Sum of RGB (Red+Green+Blue) = 206+130+148=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8294 is #317D6B. Grayscale: #9A9A9A. Windows color (decimal): -3243372 or 9732814. OLE color: 9732814.

HSL color Cylindrical-coordinate representation of color #CE8294: hue angle of 345.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE8294 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB206130148-
CMYK00.370.280.19
HSL345.79º43.68%65.88%-
HSV(B)345.79º36.89%80.78%-
XYZ38.7831.2332-
YUV154.78124.18164.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=42.56%
G=26.86%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613014800.370.280.19345.7943.6865.88
HexCE82940251C1315a2c42
Octal316202224045342353254102
Binary110011101000001010010100010010111100100111010110101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8294; }

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

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

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

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

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

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

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

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