#CE7080

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

Shades of Charm #CE7080

Tints of Charm #CE7080

Color information

#CE7080 (or 0xCE7080) is unknown color: approx Charm. HEX triplet: CE, 70 and 80. RGB value is (206,112,128). Sum of RGB (Red+Green+Blue) = 206+112+128=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7080 is #318F7F. Grayscale: #8D8D8D. Windows color (decimal): -3248000 or 8417486. OLE color: 8417486.

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

Color convert

RGB206112128-
CMYK00.460.380.19
HSL349.79º48.96%62.35%-
HSV(B)349.79º45.63%80.78%-
XYZ35.1426.2723.64-
YUV141.93120.14173.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.19%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=46.19%
G=25.11%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611212800.460.380.19349.7948.9662.35
HexCE708002E261315e313e
Octal31616020005646235366176
Binary11001110111000010000000010111010011010011101011110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7080; }

 p { color: rgb(206,112,128); }

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

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

 a { background-color: rgb(206,112,128); }

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

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

 span { border-color: rgb(206,112,128); }

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