#CE7A89

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

Shades of Charm #CE7A89

Tints of Charm #CE7A89

Color information

#CE7A89 (or 0xCE7A89) is unknown color: approx Charm. HEX triplet: CE, 7A and 89. RGB value is (206,122,137). Sum of RGB (Red+Green+Blue) = 206+122+137=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7A89 is #318576. Grayscale: #949494. Windows color (decimal): -3245431 or 9009870. OLE color: 9009870.

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

Color convert

RGB206122137-
CMYK00.410.330.19
HSL349.29º46.15%64.31%-
HSV(B)349.29º40.78%80.78%-
XYZ36.9328.8527.29-
YUV148.83121.33168.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 137 (53.91% from 255) = 29.46%
R=44.30%
G=26.24%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612213700.410.330.19349.2946.1564.31
HexCE7A89029211315d2e40
Octal316172211051412353556100
Binary110011101111010100010010101001100001100111010111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7A89; }

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

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

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

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

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

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

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

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