#CE7D80

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

Shades of Charm #CE7D80

Tints of Charm #CE7D80

Color information

#CE7D80 (or 0xCE7D80) is unknown color: approx Charm. HEX triplet: CE, 7D and 80. RGB value is (206,125,128). Sum of RGB (Red+Green+Blue) = 206+125+128=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7D80 is #31827F. Grayscale: #959595. Windows color (decimal): -3244672 or 8420814. OLE color: 8420814.

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

Color convert

RGB206125128-
CMYK00.390.380.19
HSL357.78º45.25%64.9%-
HSV(B)357.78º39.32%80.78%-
XYZ36.6829.3524.15-
YUV149.56115.84168.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.88%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=44.88%
G=27.23%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612512800.390.380.19357.7845.2564.9
HexCE7D8002726131662d41
Octal316175200047462354655101
Binary110011101111101100000000100111100110100111011001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7D80; }

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

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

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

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

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

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

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

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