#CE848E

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

Shades of Puce #CE848E

Tints of Puce #CE848E

Color information

#CE848E (or 0xCE848E) is unknown color: approx Puce. HEX triplet: CE, 84 and 8E. RGB value is (206,132,142). Sum of RGB (Red+Green+Blue) = 206+132+142=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE848E is #317B71. Grayscale: #9B9B9B. Windows color (decimal): -3242866 or 9340110. OLE color: 9340110.

HSL color Cylindrical-coordinate representation of color #CE848E: hue angle of 351.89º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE848E is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB206132142-
CMYK00.360.310.19
HSL351.89º43.02%66.27%-
HSV(B)351.89º35.92%80.78%-
XYZ38.5931.5829.65-
YUV155.27120.52164.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.92%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=42.92%
G=27.5%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613214200.360.310.19351.8943.0266.27
HexCE848E0241F131602b42
Octal316204216044372354053102
Binary110011101000010010001110010010011111100111011000001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE848E; }

 p { color: rgb(206,132,142); }

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

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

 a { background-color: rgb(206,132,142); }

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

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

 span { border-color: rgb(206,132,142); }

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