#C87F8A

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

Shades of Charm #C87F8A

Tints of Charm #C87F8A

Color information

#C87F8A (or 0xC87F8A) is unknown color: approx Charm. HEX triplet: C8, 7F and 8A. RGB value is (200,127,138). Sum of RGB (Red+Green+Blue) = 200+127+138=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F8A is #378075. Grayscale: #969696. Windows color (decimal): -3637366 or 9076680. OLE color: 9076680.

HSL color Cylindrical-coordinate representation of color #C87F8A: hue angle of 350.96º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87F8A is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB200127138-
CMYK00.360.310.22
HSL350.96º39.89%64.12%-
HSV(B)350.96º36.5%78.43%-
XYZ3629.2927.8-
YUV150.08121.18163.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=43.01%
G=27.31%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012713800.360.310.22350.9639.8964.12
HexC87F8A0241F1615f2840
Octal310177212044372653750100
Binary11001000111111110001010010010011111101101010111111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87F8A; }

 p { color: rgb(200,127,138); }

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

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

 a { background-color: rgb(200,127,138); }

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

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

 span { border-color: rgb(200,127,138); }

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