#CE6D88

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

Shades of Charm #CE6D88

Tints of Charm #CE6D88

Color information

#CE6D88 (or 0xCE6D88) is unknown color: approx Charm. HEX triplet: CE, 6D and 88. RGB value is (206,109,136). Sum of RGB (Red+Green+Blue) = 206+109+136=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6D88 is #319277. Grayscale: #8D8D8D. Windows color (decimal): -3248760 or 8941006. OLE color: 8941006.

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

Color convert

RGB206109136-
CMYK00.470.340.19
HSL343.3º49.74%61.76%-
HSV(B)343.3º47.09%80.78%-
XYZ35.3725.8426.42-
YUV141.08125.14174.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=45.68%
G=24.17%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610913600.470.340.19343.349.7461.76
HexCE6D8802F2213157323e
Octal31615521005742235276276
Binary11001110110110110001000010111110001010011101010111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6D88; }

 p { color: rgb(206,109,136); }

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

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

 a { background-color: rgb(206,109,136); }

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

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

 span { border-color: rgb(206,109,136); }

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