#CE7780

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

Shades of Charm #CE7780

Tints of Charm #CE7780

Color information

#CE7780 (or 0xCE7780) is unknown color: approx Charm. HEX triplet: CE, 77 and 80. RGB value is (206,119,128). Sum of RGB (Red+Green+Blue) = 206+119+128=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7780 is #31887F. Grayscale: #929292. Windows color (decimal): -3246208 or 8419278. OLE color: 8419278.

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

Color convert

RGB206119128-
CMYK00.420.380.19
HSL353.79º47.03%63.73%-
HSV(B)353.79º42.23%80.78%-
XYZ35.9527.8723.91-
YUV146.04117.82170.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.47%
GREEN value IS 119 (46.88% from 255) = 26.27%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=45.47%
G=26.27%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611912800.420.380.19353.7947.0363.73
HexCE778002A26131622f40
Octal316167200052462354257100
Binary110011101110111100000000101010100110100111011000101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7780; }

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

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

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

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

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

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

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

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