#CE83A0

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

Shades of Puce #CE83A0

Tints of Puce #CE83A0

Color information

#CE83A0 (or 0xCE83A0) is unknown color: approx Puce. HEX triplet: CE, 83 and A0. RGB value is (206,131,160). Sum of RGB (Red+Green+Blue) = 206+131+160=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE83A0 is #317C5F. Grayscale: #9C9C9C. Windows color (decimal): -3243104 or 10519502. OLE color: 10519502.

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

Color convert

RGB206131160-
CMYK00.360.220.19
HSL336.8º43.35%66.08%-
HSV(B)336.8º36.41%80.78%-
XYZ39.9231.8937.31-
YUV156.73129.85163.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 160 (62.89% from 255) = 32.19%
R=41.45%
G=26.36%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613116000.360.220.19336.843.3566.08
HexCE83A002416131512b42
Octal316203240044262352153102
Binary110011101000001110100000010010010110100111010100011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE83A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE83A0; }

 p { color: rgb(206,131,160); }

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

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

 a { background-color: rgb(206,131,160); }

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

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

 span { border-color: rgb(206,131,160); }

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