#CE85A9

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

Shades of Can Can #CE85A9

Tints of Can Can #CE85A9

Color information

#CE85A9 (or 0xCE85A9) is unknown color: approx Can Can. HEX triplet: CE, 85 and A9. RGB value is (206,133,169). Sum of RGB (Red+Green+Blue) = 206+133+169=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE85A9 is #317A56. Grayscale: #9E9E9E. Windows color (decimal): -3242583 or 11109838. OLE color: 11109838.

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

Color convert

RGB206133169-
CMYK00.350.180.19
HSL330.41º42.69%66.47%-
HSV(B)330.41º35.44%80.78%-
XYZ4132.7641.7-
YUV158.93133.68161.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=40.55%
G=26.18%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613316900.350.180.19330.4142.6966.47
HexCE85A9023121314a2b42
Octal316205251043222351253102
Binary110011101000010110101001010001110010100111010010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85A9; }

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

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

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

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

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

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

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

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