#CE6F80

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

Shades of Charm #CE6F80

Tints of Charm #CE6F80

Color information

#CE6F80 (or 0xCE6F80) is unknown color: approx Charm. HEX triplet: CE, 6F and 80. RGB value is (206,111,128). Sum of RGB (Red+Green+Blue) = 206+111+128=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6F80 is #31907F. Grayscale: #8D8D8D. Windows color (decimal): -3248256 or 8417230. OLE color: 8417230.

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

Color convert

RGB206111128-
CMYK00.460.380.19
HSL349.26º49.22%62.16%-
HSV(B)349.26º46.12%80.78%-
XYZ35.0326.0523.6-
YUV141.34120.47174.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.29%
GREEN value IS 111 (43.75% from 255) = 24.94%
BLUE value IS 128 (50.39% from 255) = 28.76%
R=46.29%
G=24.94%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611112800.460.380.19349.2649.2262.16
HexCE6F8002E261315d313e
Octal31615720005646235356176
Binary11001110110111110000000010111010011010011101011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6F80; }

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

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

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

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

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

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

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

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