#CE6B82

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

Shades of Charm #CE6B82

Tints of Charm #CE6B82

Color information

#CE6B82 (or 0xCE6B82) is unknown color: approx Charm. HEX triplet: CE, 6B and 82. RGB value is (206,107,130). Sum of RGB (Red+Green+Blue) = 206+107+130=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6B82 is #31947D. Grayscale: #8B8B8B. Windows color (decimal): -3249278 or 8547278. OLE color: 8547278.

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

Color convert

RGB206107130-
CMYK00.480.370.19
HSL346.06º50.25%61.37%-
HSV(B)346.06º48.06%80.78%-
XYZ34.7425.2524.16-
YUV139.22122.8175.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 107 (42.19% from 255) = 24.15%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=46.50%
G=24.15%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610713000.480.370.19346.0650.2561.37
HexCE6B82030251315a323d
Octal31615320206045235326275
Binary11001110110101110000010011000010010110011101011010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6B82; }

 p { color: rgb(206,107,130); }

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

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

 a { background-color: rgb(206,107,130); }

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

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

 span { border-color: rgb(206,107,130); }

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