#C87D89

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

Shades of Charm #C87D89

Tints of Charm #C87D89

Color information

#C87D89 (or 0xC87D89) is unknown color: approx Charm. HEX triplet: C8, 7D and 89. RGB value is (200,125,137). Sum of RGB (Red+Green+Blue) = 200+125+137=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D89 is #378276. Grayscale: #949494. Windows color (decimal): -3637879 or 9010632. OLE color: 9010632.

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

Color convert

RGB200125137-
CMYK00.380.320.22
HSL350.4º40.54%63.73%-
HSV(B)350.4º37.5%78.43%-
XYZ35.6728.7527.34-
YUV148.79121.35164.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.29%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 137 (53.91% from 255) = 29.65%
R=43.29%
G=27.06%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012513700.380.320.22350.440.5463.73
HexC87D89026201615e2940
Octal310175211046402653651100
Binary110010001111101100010010100110100000101101010111101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87D89; }

 p { color: rgb(200,125,137); }

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

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

 a { background-color: rgb(200,125,137); }

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

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

 span { border-color: rgb(200,125,137); }

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