#CE858D

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

Shades of Puce #CE858D

Tints of Puce #CE858D

Color information

#CE858D (or 0xCE858D) is unknown color: approx Puce. HEX triplet: CE, 85 and 8D. RGB value is (206,133,141). Sum of RGB (Red+Green+Blue) = 206+133+141=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE858D is #317A72. Grayscale: #9B9B9B. Windows color (decimal): -3242611 or 9274830. OLE color: 9274830.

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

Color convert

RGB206133141-
CMYK00.350.320.19
HSL353.42º42.69%66.47%-
HSV(B)353.42º35.44%80.78%-
XYZ38.6531.8229.3-
YUV155.74119.68163.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.92%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 141 (55.47% from 255) = 29.38%
R=42.92%
G=27.71%
B=29.38%

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
Decimal20613314100.350.320.19353.4242.6966.47
HexCE858D02320131612b42
Octal316205215043402354153102
Binary1100111010000101100011010100011100000100111011000011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE858D; }

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

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

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

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

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

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

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

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