#CE83A6

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

Shades of Can Can #CE83A6

Tints of Can Can #CE83A6

Color information

#CE83A6 (or 0xCE83A6) is unknown color: approx Can Can. HEX triplet: CE, 83 and A6. RGB value is (206,131,166). Sum of RGB (Red+Green+Blue) = 206+131+166=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE83A6 is #317C59. Grayscale: #9D9D9D. Windows color (decimal): -3243098 or 10912718. OLE color: 10912718.

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

Color convert

RGB206131166-
CMYK00.360.190.19
HSL332º43.35%66.08%-
HSV(B)332º36.41%80.78%-
XYZ40.4532.1140.14-
YUV157.42132.85162.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 131 (51.56% from 255) = 26.04%
BLUE value IS 166 (65.23% from 255) = 33.00%
R=40.95%
G=26.04%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613116600.360.190.1933243.3566.08
HexCE83A6024131314c2b42
Octal316203246044232351453102
Binary110011101000001110100110010010010011100111010011001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE83A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE83A6; }

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

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

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

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

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

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

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

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