#CE6B7C

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

Shades of Charm #CE6B7C

Tints of Charm #CE6B7C

Color information

#CE6B7C (or 0xCE6B7C) is unknown color: approx Charm. HEX triplet: CE, 6B and 7C. RGB value is (206,107,124). Sum of RGB (Red+Green+Blue) = 206+107+124=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B7C is #319483. Grayscale: #8A8A8A. Windows color (decimal): -3249284 or 8154062. OLE color: 8154062.

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

Color convert

RGB206107124-
CMYK00.480.400.19
HSL349.7º50.25%61.37%-
HSV(B)349.7º48.06%80.78%-
XYZ34.3525.0922.1-
YUV138.54119.8176.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.14%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=47.14%
G=24.49%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610712400.480.400.19349.750.2561.37
HexCE6B7C030281315e323d
Octal31615317406050235366275
Binary1100111011010111111100011000010100010011101011110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6B7C; }

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

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

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

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

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

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

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

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