#CE858A

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

Shades of Puce #CE858A

Tints of Puce #CE858A

Color information

#CE858A (or 0xCE858A) is unknown color: approx Puce. HEX triplet: CE, 85 and 8A. RGB value is (206,133,138). Sum of RGB (Red+Green+Blue) = 206+133+138=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE858A is #317A75. Grayscale: #9B9B9B. Windows color (decimal): -3242614 or 9078222. OLE color: 9078222.

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

Color convert

RGB206133138-
CMYK00.350.330.19
HSL355.89º42.69%66.47%-
HSV(B)355.89º35.44%80.78%-
XYZ38.4331.7328.14-
YUV155.4118.18164.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.19%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=43.19%
G=27.88%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613313800.350.330.19355.8942.6966.47
HexCE858A02321131642b42
Octal316205212043412354453102
Binary1100111010000101100010100100011100001100111011001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE858A; }

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

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

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

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

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

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

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

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