#CE83AB

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

Shades of Can Can #CE83AB

Tints of Can Can #CE83AB

Color information

#CE83AB (or 0xCE83AB) is unknown color: approx Can Can. HEX triplet: CE, 83 and AB. RGB value is (206,131,171). Sum of RGB (Red+Green+Blue) = 206+131+171=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE83AB is #317C54. Grayscale: #9D9D9D. Windows color (decimal): -3243093 or 11240398. OLE color: 11240398.

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

Color convert

RGB206131171-
CMYK00.360.170.19
HSL328º43.35%66.08%-
HSV(B)328º36.41%80.78%-
XYZ40.9232.2942.6-
YUV157.98135.35162.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 131 (51.56% from 255) = 25.79%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=40.55%
G=25.79%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613117100.360.170.1932843.3566.08
HexCE83AB02411131482b42
Octal316203253044212351053102
Binary110011101000001110101011010010010001100111010010001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE83AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE83AB; }

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

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

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

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

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

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

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

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