#CE899F

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

Shades of Can Can #CE899F

Tints of Can Can #CE899F

Color information

#CE899F (or 0xCE899F) is unknown color: approx Can Can. HEX triplet: CE, 89 and 9F. RGB value is (206,137,159). Sum of RGB (Red+Green+Blue) = 206+137+159=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE899F is #317660. Grayscale: #A0A0A0. Windows color (decimal): -3241569 or 10455502. OLE color: 10455502.

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

Color convert

RGB206137159-
CMYK00.330.230.19
HSL340.87º41.32%67.25%-
HSV(B)340.87º33.5%80.78%-
XYZ40.6633.5237.13-
YUV160.14127.36160.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.04%
GREEN value IS 137 (53.91% from 255) = 27.29%
BLUE value IS 159 (62.5% from 255) = 31.67%
R=41.04%
G=27.29%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613715900.330.230.19340.8741.3267.25
HexCE899F02117131552943
Octal316211237041272352551103
Binary110011101000100110011111010000110111100111010101011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE899F; }

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

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

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

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

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

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

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

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