#C87993

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

Shades of Charm #C87993

Tints of Charm #C87993

Color information

#C87993 (or 0xC87993) is unknown color: approx Charm. HEX triplet: C8, 79 and 93. RGB value is (200,121,147). Sum of RGB (Red+Green+Blue) = 200+121+147=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C87993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87993 is #37866C. Grayscale: #939393. Windows color (decimal): -3638893 or 9664968. OLE color: 9664968.

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

Color convert

RGB200121147-
CMYK00.390.260.22
HSL340.25º41.8%62.94%-
HSV(B)340.25º39.5%78.43%-
XYZ35.9228.0631.13-
YUV147.58127.67165.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=42.74%
G=25.85%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012114700.390.260.22340.2541.862.94
HexC879930271A161542a3f
Octal31017122304732265245277
Binary1100100011110011001001101001111101010110101010100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87993; }

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

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

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

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

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

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

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

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