#C87B8F

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

Shades of Charm #C87B8F

Tints of Charm #C87B8F

Color information

#C87B8F (or 0xC87B8F) is unknown color: approx Charm. HEX triplet: C8, 7B and 8F. RGB value is (200,123,143). Sum of RGB (Red+Green+Blue) = 200+123+143=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87B8F is #378470. Grayscale: #949494. Windows color (decimal): -3638385 or 9403336. OLE color: 9403336.

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

Color convert

RGB200123143-
CMYK00.380.280.22
HSL344.42º41.18%63.33%-
HSV(B)344.42º38.5%78.43%-
XYZ35.8628.4329.58-
YUV148.3125.01164.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 123 (48.44% from 255) = 26.39%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=42.92%
G=26.39%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012314300.380.280.22344.4241.1863.33
HexC87B8F0261C16158293f
Octal31017321704634265305177
Binary1100100011110111000111101001101110010110101011000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87B8F; }

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

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

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

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

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

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

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

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