#CE6D81

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

Shades of Charm #CE6D81

Tints of Charm #CE6D81

Color information

#CE6D81 (or 0xCE6D81) is unknown color: approx Charm. HEX triplet: CE, 6D and 81. RGB value is (206,109,129). Sum of RGB (Red+Green+Blue) = 206+109+129=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6D81 is #31927E. Grayscale: #8C8C8C. Windows color (decimal): -3248767 or 8482254. OLE color: 8482254.

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

Color convert

RGB206109129-
CMYK00.470.370.19
HSL347.63º49.74%61.76%-
HSV(B)347.63º47.09%80.78%-
XYZ34.8825.6423.88-
YUV140.28121.64174.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=46.40%
G=24.55%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610912900.470.370.19347.6349.7461.76
HexCE6D8102F251315c323e
Octal31615520105745235346276
Binary11001110110110110000001010111110010110011101011100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6D81; }

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

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

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

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

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

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

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

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