#CE7F80

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

Shades of Charm #CE7F80

Tints of Charm #CE7F80

Color information

#CE7F80 (or 0xCE7F80) is unknown color: approx Charm. HEX triplet: CE, 7F and 80. RGB value is (206,127,128). Sum of RGB (Red+Green+Blue) = 206+127+128=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7F80 is #31807F. Grayscale: #969696. Windows color (decimal): -3244160 or 8421326. OLE color: 8421326.

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

Color convert

RGB206127128-
CMYK00.380.380.19
HSL359.24º44.63%65.29%-
HSV(B)359.24º38.35%80.78%-
XYZ36.9429.8624.24-
YUV150.73115.17167.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 128 (50.39% from 255) = 27.77%
R=44.69%
G=27.55%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612712800.380.380.19359.2444.6365.29
HexCE7F8002626131672d41
Octal316177200046462354755101
Binary110011101111111100000000100110100110100111011001111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7F80; }

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

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

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

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

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

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

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

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