#CE929D

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

Shades of Can Can #CE929D

Tints of Can Can #CE929D

Color information

#CE929D (or 0xCE929D) is unknown color: approx Can Can. HEX triplet: CE, 92 and 9D. RGB value is (206,146,157). Sum of RGB (Red+Green+Blue) = 206+146+157=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE929D is #316D62. Grayscale: #A5A5A5. Windows color (decimal): -3239267 or 10326734. OLE color: 10326734.

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

Color convert

RGB206146157-
CMYK00.290.240.19
HSL349º37.97%69.02%-
HSV(B)349º29.13%80.78%-
XYZ41.8236.1136.66-
YUV165.19123.38157.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 146 (57.42% from 255) = 28.68%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=40.47%
G=28.68%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614615700.290.240.1934937.9769.02
HexCE929D01D181315d2645
Octal316222235035302353546105
Binary11001110100100101001110101110111000100111010111011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE929D; }

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

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

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

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

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

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

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

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