#CE6985

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

Shades of Charm #CE6985

Tints of Charm #CE6985

Color information

#CE6985 (or 0xCE6985) is unknown color: approx Charm. HEX triplet: CE, 69 and 85. RGB value is (206,105,133). Sum of RGB (Red+Green+Blue) = 206+105+133=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6985 is #31967A. Grayscale: #8A8A8A. Windows color (decimal): -3249787 or 8743374. OLE color: 8743374.

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

Color convert

RGB206105133-
CMYK00.490.350.19
HSL343.37º50.75%60.98%-
HSV(B)343.37º49.03%80.78%-
XYZ34.7424.9225.17-
YUV138.39124.96176.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=46.40%
G=23.65%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610513300.490.350.19343.3750.7560.98
HexCE69850312313157333d
Octal31615120506143235276375
Binary11001110110100110000101011000110001110011101010111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6985; }

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

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

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

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

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

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

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

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