#CE899C

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

Shades of Can Can #CE899C

Tints of Can Can #CE899C

Color information

#CE899C (or 0xCE899C) is unknown color: approx Can Can. HEX triplet: CE, 89 and 9C. RGB value is (206,137,156). Sum of RGB (Red+Green+Blue) = 206+137+156=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE899C is #317663. Grayscale: #9F9F9F. Windows color (decimal): -3241572 or 10258894. OLE color: 10258894.

HSL color Cylindrical-coordinate representation of color #CE899C: hue angle of 343.48º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE899C is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB206137156-
CMYK00.330.240.19
HSL343.48º41.32%67.25%-
HSV(B)343.48º33.5%80.78%-
XYZ40.433.4135.77-
YUV159.8125.86160.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 156 (61.33% from 255) = 31.26%
R=41.28%
G=27.45%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613715600.330.240.19343.4841.3267.25
HexCE899C02118131572943
Octal316211234041302352751103
Binary110011101000100110011100010000111000100111010101111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE899C; }

 p { color: rgb(206,137,156); }

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

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

 a { background-color: rgb(206,137,156); }

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

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

 span { border-color: rgb(206,137,156); }

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