#CE848A

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

Shades of Puce #CE848A

Tints of Puce #CE848A

Color information

#CE848A (or 0xCE848A) is unknown color: approx Puce. HEX triplet: CE, 84 and 8A. RGB value is (206,132,138). Sum of RGB (Red+Green+Blue) = 206+132+138=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE848A is #317B75. Grayscale: #9A9A9A. Windows color (decimal): -3242870 or 9077966. OLE color: 9077966.

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

Color convert

RGB206132138-
CMYK00.360.330.19
HSL355.14º43.02%66.27%-
HSV(B)355.14º35.92%80.78%-
XYZ38.2931.4628.1-
YUV154.81118.52164.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.28%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=43.28%
G=27.73%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613213800.360.330.19355.1443.0266.27
HexCE848A02421131632b42
Octal316204212044412354353102
Binary1100111010000100100010100100100100001100111011000111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE848A; }

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

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

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

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

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

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

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

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