#CE8C95

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

Shades of Can Can #CE8C95

Tints of Can Can #CE8C95

Color information

#CE8C95 (or 0xCE8C95) is unknown color: approx Can Can. HEX triplet: CE, 8C and 95. RGB value is (206,140,149). Sum of RGB (Red+Green+Blue) = 206+140+149=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8C95 is #31736A. Grayscale: #A0A0A0. Windows color (decimal): -3240811 or 9800910. OLE color: 9800910.

HSL color Cylindrical-coordinate representation of color #CE8C95: hue angle of 351.82º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8C95 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB206140149-
CMYK00.320.280.19
HSL351.82º40.24%67.84%-
HSV(B)351.82º32.04%80.78%-
XYZ40.2634.0532.88-
YUV160.76121.37160.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=41.62%
G=28.28%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614014900.320.280.19351.8240.2467.84
HexCE8C950201C131602844
Octal316214225040342354050104
Binary110011101000110010010101010000011100100111011000001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8C95; }

 p { color: rgb(206,140,149); }

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

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

 a { background-color: rgb(206,140,149); }

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

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

 span { border-color: rgb(206,140,149); }

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