#C87A7F

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

Shades of Charm #C87A7F

Tints of Charm #C87A7F

Color information

#C87A7F (or 0xC87A7F) is unknown color: approx Charm. HEX triplet: C8, 7A and 7F. RGB value is (200,122,127). Sum of RGB (Red+Green+Blue) = 200+122+127=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87A7F is #378580. Grayscale: #919191. Windows color (decimal): -3638657 or 8354504. OLE color: 8354504.

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

Color convert

RGB200122127-
CMYK00.390.360.22
HSL356.15º41.49%63.14%-
HSV(B)356.15º39%78.43%-
XYZ34.6127.7323.61-
YUV145.89117.34166.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 127 (50% from 255) = 28.29%
R=44.54%
G=27.17%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012212700.390.360.22356.1541.4963.14
HexC87A7F0272416164293f
Octal31017217704744265445177
Binary1100100011110101111111010011110010010110101100100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A7F; }

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

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

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

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

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

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

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

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