#ce7a80

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

Shades of Charm #CE7A80

Tints of Charm #CE7A80

Color information

#CE7A80 (or 0xCE7A80) is unknown color: approx Charm. HEX triplet: CE, 7A and 80. RGB value is (206,122,128). Sum of RGB (Red+Green+Blue) = 206+122+128=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7A80 is #31857F. Grayscale: #939393. Windows color (decimal): -3245440 or 8420046. OLE color: 8420046.

HSL color Cylindrical-coordinate representation of color #CE7A80: hue angle of 355.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7A80 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB206122128-
CMYK00.410.380.19
HSL355.71º46.15%64.31%-
HSV(B)355.71º40.78%80.78%-
XYZ36.3128.624.03-
YUV147.8116.83169.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 122 (48.05% from 255) = 26.75%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=45.18%
G=26.75%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612212800.410.380.19355.7146.1564.31
HexCE7A8002926131642e40
Octal316172200051462354456100
Binary110011101111010100000000101001100110100111011001001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce7a80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce7a80; }

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

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

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

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

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

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

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

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