#CE85AA

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

Shades of Can Can #CE85AA

Tints of Can Can #CE85AA

Color information

#CE85AA (or 0xCE85AA) is unknown color: approx Can Can. HEX triplet: CE, 85 and AA. RGB value is (206,133,170). Sum of RGB (Red+Green+Blue) = 206+133+170=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE85AA is #317A55. Grayscale: #9E9E9E. Windows color (decimal): -3242582 or 11175374. OLE color: 11175374.

HSL color Cylindrical-coordinate representation of color #CE85AA: hue angle of 329.59º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE85AA is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206133170-
CMYK00.350.170.19
HSL329.59º42.69%66.47%-
HSV(B)329.59º35.44%80.78%-
XYZ41.132.842.2-
YUV159.04134.18161.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=40.47%
G=26.13%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613317000.350.170.19329.5942.6966.47
HexCE85AA023111314a2b42
Octal316205252043212351253102
Binary110011101000010110101010010001110001100111010010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85AA; }

 p { color: rgb(206,133,170); }

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

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

 a { background-color: rgb(206,133,170); }

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

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

 span { border-color: rgb(206,133,170); }

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