#CE7990

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

Shades of Charm #CE7990

Tints of Charm #CE7990

Color information

#CE7990 (or 0xCE7990) is unknown color: approx Charm. HEX triplet: CE, 79 and 90. RGB value is (206,121,144). Sum of RGB (Red+Green+Blue) = 206+121+144=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7990 is #31866F. Grayscale: #959595. Windows color (decimal): -3245680 or 9468366. OLE color: 9468366.

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

Color convert

RGB206121144-
CMYK00.410.300.19
HSL343.76º46.45%64.12%-
HSV(B)343.76º41.26%80.78%-
XYZ37.3328.8129.98-
YUV149.04125.16168.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.74%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=43.74%
G=25.69%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612114400.410.300.19343.7646.4564.12
HexCE79900291E131582e40
Octal316171220051362353056100
Binary11001110111100110010000010100111110100111010110001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7990; }

 p { color: rgb(206,121,144); }

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

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

 a { background-color: rgb(206,121,144); }

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

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

 span { border-color: rgb(206,121,144); }

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