#CE7480

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

Shades of Charm #CE7480

Tints of Charm #CE7480

Color information

#CE7480 (or 0xCE7480) is unknown color: approx Charm. HEX triplet: CE, 74 and 80. RGB value is (206,116,128). Sum of RGB (Red+Green+Blue) = 206+116+128=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7480 is #318B7F. Grayscale: #909090. Windows color (decimal): -3246976 or 8418510. OLE color: 8418510.

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

Color convert

RGB206116128-
CMYK00.440.380.19
HSL352º47.87%63.14%-
HSV(B)352º43.69%80.78%-
XYZ35.627.1723.79-
YUV144.28118.82172.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.78%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 128 (50.39% from 255) = 28.44%
R=45.78%
G=25.78%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611612800.440.380.1935247.8763.14
HexCE748002C2613160303f
Octal31616420005446235406077
Binary11001110111010010000000010110010011010011101100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7480; }

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

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

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

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

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

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

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

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