#CE6984

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

Shades of Charm #CE6984

Tints of Charm #CE6984

Color information

#CE6984 (or 0xCE6984) is unknown color: approx Charm. HEX triplet: CE, 69 and 84. RGB value is (206,105,132). Sum of RGB (Red+Green+Blue) = 206+105+132=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6984 is #31967B. Grayscale: #8A8A8A. Windows color (decimal): -3249788 or 8677838. OLE color: 8677838.

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

Color convert

RGB206105132-
CMYK00.490.360.19
HSL343.96º50.75%60.98%-
HSV(B)343.96º49.03%80.78%-
XYZ34.6724.8924.81-
YUV138.28124.46176.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=46.50%
G=23.70%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610513200.490.360.19343.9650.7560.98
HexCE69840312413158333d
Octal31615120406144235306375
Binary11001110110100110000100011000110010010011101011000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6984; }

 p { color: rgb(206,105,132); }

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

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

 a { background-color: rgb(206,105,132); }

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

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

 span { border-color: rgb(206,105,132); }

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