#C87A7D

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

Shades of Charm #C87A7D

Tints of Charm #C87A7D

Color information

#C87A7D (or 0xC87A7D) is unknown color: approx Charm. HEX triplet: C8, 7A and 7D. RGB value is (200,122,125). Sum of RGB (Red+Green+Blue) = 200+122+125=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87A7D is #378582. Grayscale: #919191. Windows color (decimal): -3638659 or 8223432. OLE color: 8223432.

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

Color convert

RGB200122125-
CMYK00.390.380.22
HSL357.69º41.49%63.14%-
HSV(B)357.69º39%78.43%-
XYZ34.4827.6822.93-
YUV145.66116.34166.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=44.74%
G=27.29%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012212500.390.380.22357.6941.4963.14
HexC87A7D0272616166293f
Octal31017217504746265465177
Binary1100100011110101111101010011110011010110101100110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A7D; }

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

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

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

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

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

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

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

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