#CE83A5

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

Shades of Puce #CE83A5

Tints of Puce #CE83A5

Color information

#CE83A5 (or 0xCE83A5) is unknown color: approx Puce. HEX triplet: CE, 83 and A5. RGB value is (206,131,165). Sum of RGB (Red+Green+Blue) = 206+131+165=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE83A5 is #317C5A. Grayscale: #9D9D9D. Windows color (decimal): -3243099 or 10847182. OLE color: 10847182.

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

Color convert

RGB206131165-
CMYK00.360.200.19
HSL332.8º43.35%66.08%-
HSV(B)332.8º36.41%80.78%-
XYZ40.3632.0739.66-
YUV157.3132.35162.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.04%
GREEN value IS 131 (51.56% from 255) = 26.10%
BLUE value IS 165 (64.84% from 255) = 32.87%
R=41.04%
G=26.10%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613116500.360.200.19332.843.3566.08
HexCE83A5024141314d2b42
Octal316203245044242351553102
Binary110011101000001110100101010010010100100111010011011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE83A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE83A5; }

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

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

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

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

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

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

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

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