#CE899D

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

Shades of Can Can #CE899D

Tints of Can Can #CE899D

Color information

#CE899D (or 0xCE899D) is unknown color: approx Can Can. HEX triplet: CE, 89 and 9D. RGB value is (206,137,157). Sum of RGB (Red+Green+Blue) = 206+137+157=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE899D is #317662. Grayscale: #9F9F9F. Windows color (decimal): -3241571 or 10324430. OLE color: 10324430.

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

Color convert

RGB206137157-
CMYK00.330.240.19
HSL342.61º41.32%67.25%-
HSV(B)342.61º33.5%80.78%-
XYZ40.4933.4536.22-
YUV159.91126.36160.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 157 (61.72% from 255) = 31.4%
R=41.2%
G=27.4%
B=31.4%

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
Decimal20613715700.330.240.19342.6141.3267.25
HexCE899D02118131572943
Octal316211235041302352751103
Binary110011101000100110011101010000111000100111010101111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE899D; }

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

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

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

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

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

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

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

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