#CE7782

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

Shades of Charm #CE7782

Tints of Charm #CE7782

Color information

#CE7782 (or 0xCE7782) is unknown color: approx Charm. HEX triplet: CE, 77 and 82. RGB value is (206,119,130). Sum of RGB (Red+Green+Blue) = 206+119+130=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7782 is #31887D. Grayscale: #929292. Windows color (decimal): -3246206 or 8550350. OLE color: 8550350.

HSL color Cylindrical-coordinate representation of color #CE7782: hue angle of 352.41º 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 #CE7782 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB206119130-
CMYK00.420.370.19
HSL352.41º47.03%63.73%-
HSV(B)352.41º42.23%80.78%-
XYZ36.0827.9324.61-
YUV146.27118.82170.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.27%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=45.27%
G=26.15%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611913000.420.370.19352.4147.0363.73
HexCE778202A25131602f40
Octal316167202052452354057100
Binary110011101110111100000100101010100101100111011000001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7782; }

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

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

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

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

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

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

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

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