#CE8590

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

Shades of Puce #CE8590

Tints of Puce #CE8590

Color information

#CE8590 (or 0xCE8590) is unknown color: approx Puce. HEX triplet: CE, 85 and 90. RGB value is (206,133,144). Sum of RGB (Red+Green+Blue) = 206+133+144=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8590 is #317A6F. Grayscale: #9C9C9C. Windows color (decimal): -3242608 or 9471438. OLE color: 9471438.

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

Color convert

RGB206133144-
CMYK00.350.300.19
HSL350.96º42.69%66.47%-
HSV(B)350.96º35.44%80.78%-
XYZ38.8831.9130.5-
YUV156.08121.18163.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=42.65%
G=27.54%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613314400.350.300.19350.9642.6966.47
HexCE85900231E1315f2b42
Octal316205220043362353753102
Binary110011101000010110010000010001111110100111010111111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8590; }

 p { color: rgb(206,133,144); }

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

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

 a { background-color: rgb(206,133,144); }

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

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

 span { border-color: rgb(206,133,144); }

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