#CE7880

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

Shades of Charm #CE7880

Tints of Charm #CE7880

Color information

#CE7880 (or 0xCE7880) is unknown color: approx Charm. HEX triplet: CE, 78 and 80. RGB value is (206,120,128). Sum of RGB (Red+Green+Blue) = 206+120+128=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7880 is #31877F. Grayscale: #929292. Windows color (decimal): -3245952 or 8419534. OLE color: 8419534.

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

Color convert

RGB206120128-
CMYK00.420.380.19
HSL354.42º46.74%63.92%-
HSV(B)354.42º41.75%80.78%-
XYZ36.0728.1123.95-
YUV146.63117.49170.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.37%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=45.37%
G=26.43%
B=28.19%

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
Decimal20612012800.420.380.19354.4246.7463.92
HexCE788002A26131622f40
Octal316170200052462354257100
Binary110011101111000100000000101010100110100111011000101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7880; }

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

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

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

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

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

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

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

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