#CE8491

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

Shades of Puce #CE8491

Tints of Puce #CE8491

Color information

#CE8491 (or 0xCE8491) is unknown color: approx Puce. HEX triplet: CE, 84 and 91. RGB value is (206,132,145). Sum of RGB (Red+Green+Blue) = 206+132+145=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8491 is #317B6E. Grayscale: #9B9B9B. Windows color (decimal): -3242863 or 9536718. OLE color: 9536718.

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

Color convert

RGB206132145-
CMYK00.360.300.19
HSL349.46º43.02%66.27%-
HSV(B)349.46º35.92%80.78%-
XYZ38.8231.6730.85-
YUV155.61122.02163.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=42.65%
G=27.33%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613214500.360.300.19349.4643.0266.27
HexCE84910241E1315d2b42
Octal316204221044362353553102
Binary110011101000010010010001010010011110100111010111011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8491; }

 p { color: rgb(206,132,145); }

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

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

 a { background-color: rgb(206,132,145); }

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

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

 span { border-color: rgb(206,132,145); }

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