#C87A8F

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

Shades of Charm #C87A8F

Tints of Charm #C87A8F

Color information

#C87A8F (or 0xC87A8F) is unknown color: approx Charm. HEX triplet: C8, 7A and 8F. RGB value is (200,122,143). Sum of RGB (Red+Green+Blue) = 200+122+143=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87A8F is #378570. Grayscale: #939393. Windows color (decimal): -3638641 or 9403080. OLE color: 9403080.

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

Color convert

RGB200122143-
CMYK00.390.280.22
HSL343.85º41.49%63.14%-
HSV(B)343.85º39%78.43%-
XYZ35.7428.1829.54-
YUV147.72125.34165.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=43.01%
G=26.24%
B=30.75%

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
Decimal20012214300.390.280.22343.8541.4963.14
HexC87A8F0271C16158293f
Octal31017221704734265305177
Binary1100100011110101000111101001111110010110101011000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A8F; }

 p { color: rgb(200,122,143); }

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

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

 a { background-color: rgb(200,122,143); }

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

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

 span { border-color: rgb(200,122,143); }

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