#CE7D8D

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

Shades of Charm #CE7D8D

Tints of Charm #CE7D8D

Color information

#CE7D8D (or 0xCE7D8D) is unknown color: approx Charm. HEX triplet: CE, 7D and 8D. RGB value is (206,125,141). Sum of RGB (Red+Green+Blue) = 206+125+141=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7D8D is #318272. Grayscale: #979797. Windows color (decimal): -3244659 or 9272782. OLE color: 9272782.

HSL color Cylindrical-coordinate representation of color #CE7D8D: hue angle of 348.15º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7D8D is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB206125141-
CMYK00.390.320.19
HSL348.15º45.25%64.9%-
HSV(B)348.15º39.32%80.78%-
XYZ37.5929.7128.95-
YUV151.04122.34167.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.64%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=43.64%
G=26.48%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612514100.390.320.19348.1545.2564.9
HexCE7D8D027201315c2d41
Octal316175215047402353455101
Binary110011101111101100011010100111100000100111010111001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7D8D; }

 p { color: rgb(206,125,141); }

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

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

 a { background-color: rgb(206,125,141); }

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

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

 span { border-color: rgb(206,125,141); }

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