#C87990

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

Shades of Charm #C87990

Tints of Charm #C87990

Color information

#C87990 (or 0xC87990) is unknown color: approx Charm. HEX triplet: C8, 79 and 90. RGB value is (200,121,144). Sum of RGB (Red+Green+Blue) = 200+121+144=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C87990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87990 is #37866F. Grayscale: #939393. Windows color (decimal): -3638896 or 9468360. OLE color: 9468360.

HSL color Cylindrical-coordinate representation of color #C87990: hue angle of 342.53º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87990 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB200121144-
CMYK00.390.280.22
HSL342.53º41.8%62.94%-
HSV(B)342.53º39.5%78.43%-
XYZ35.6927.9729.9-
YUV147.24126.17165.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=43.01%
G=26.02%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012114400.390.280.22342.5341.862.94
HexC879900271C161572a3f
Octal31017122004734265275277
Binary1100100011110011001000001001111110010110101010111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87990; }

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

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

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

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

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

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

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

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