#CE8598

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

Shades of Puce #CE8598

Tints of Puce #CE8598

Color information

#CE8598 (or 0xCE8598) is unknown color: approx Puce. HEX triplet: CE, 85 and 98. RGB value is (206,133,152). Sum of RGB (Red+Green+Blue) = 206+133+152=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8598 is #317A67. Grayscale: #9C9C9C. Windows color (decimal): -3242600 or 9995726. OLE color: 9995726.

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

Color convert

RGB206133152-
CMYK00.350.260.19
HSL344.38º42.69%66.47%-
HSV(B)344.38º35.44%80.78%-
XYZ39.5132.1633.83-
YUV156.99125.18162.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=41.96%
G=27.09%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613315200.350.260.19344.3842.6966.47
HexCE85980231A131582b42
Octal316205230043322353053102
Binary110011101000010110011000010001111010100111010110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8598; }

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

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

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

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

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

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

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

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