#CE869F

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

Shades of Puce #CE869F

Tints of Puce #CE869F

Color information

#CE869F (or 0xCE869F) is unknown color: approx Puce. HEX triplet: CE, 86 and 9F. RGB value is (206,134,159). Sum of RGB (Red+Green+Blue) = 206+134+159=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE869F is #317960. Grayscale: #9E9E9E. Windows color (decimal): -3242337 or 10454734. OLE color: 10454734.

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

Color convert

RGB206134159-
CMYK00.350.230.19
HSL339.17º42.35%66.67%-
HSV(B)339.17º34.95%80.78%-
XYZ40.2432.6836.99-
YUV158.38128.35161.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 134 (52.73% from 255) = 26.85%
BLUE value IS 159 (62.5% from 255) = 31.86%
R=41.28%
G=26.85%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613415900.350.230.19339.1742.3566.67
HexCE869F02317131532a43
Octal316206237043272352352103
Binary110011101000011010011111010001110111100111010100111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE869F; }

 p { color: rgb(206,134,159); }

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

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

 a { background-color: rgb(206,134,159); }

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

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

 span { border-color: rgb(206,134,159); }

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