#CE868C

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

Shades of Puce #CE868C

Tints of Puce #CE868C

Color information

#CE868C (or 0xCE868C) is unknown color: approx Puce. HEX triplet: CE, 86 and 8C. RGB value is (206,134,140). Sum of RGB (Red+Green+Blue) = 206+134+140=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE868C is #317973. Grayscale: #9C9C9C. Windows color (decimal): -3242356 or 9209550. OLE color: 9209550.

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

Color convert

RGB206134140-
CMYK00.350.320.19
HSL355º42.35%66.67%-
HSV(B)355º34.95%80.78%-
XYZ38.7132.0728.96-
YUV156.21118.85163.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.92%
GREEN value IS 134 (52.73% from 255) = 27.92%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=42.92%
G=27.92%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613414000.350.320.1935542.3566.67
HexCE868C02320131632a43
Octal316206214043402354352103
Binary1100111010000110100011000100011100000100111011000111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE868C; }

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

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

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

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

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

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

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

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