#CE869C

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

Shades of Puce #CE869C

Tints of Puce #CE869C

Color information

#CE869C (or 0xCE869C) is unknown color: approx Puce. HEX triplet: CE, 86 and 9C. RGB value is (206,134,156). Sum of RGB (Red+Green+Blue) = 206+134+156=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE869C is #317963. Grayscale: #9E9E9E. Windows color (decimal): -3242340 or 10258126. OLE color: 10258126.

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

Color convert

RGB206134156-
CMYK00.350.240.19
HSL341.67º42.35%66.67%-
HSV(B)341.67º34.95%80.78%-
XYZ39.9832.5735.63-
YUV158.04126.85162.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.53%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=41.53%
G=27.02%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613415600.350.240.19341.6742.3566.67
HexCE869C02318131562a43
Octal316206234043302352652103
Binary110011101000011010011100010001111000100111010101101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE869C; }

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

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

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

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

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

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

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

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