#C87A85

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

Shades of Charm #C87A85

Tints of Charm #C87A85

Color information

#C87A85 (or 0xC87A85) is unknown color: approx Charm. HEX triplet: C8, 7A and 85. RGB value is (200,122,133). Sum of RGB (Red+Green+Blue) = 200+122+133=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87A85 is #37857A. Grayscale: #929292. Windows color (decimal): -3638651 or 8747720. OLE color: 8747720.

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

Color convert

RGB200122133-
CMYK00.390.340.22
HSL351.54º41.49%63.14%-
HSV(B)351.54º39%78.43%-
XYZ35.0127.8925.73-
YUV146.58120.34166.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=43.96%
G=26.81%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012213300.390.340.22351.5441.4963.14
HexC87A850272216160293f
Octal31017220504742265405177
Binary11001000111101010000101010011110001010110101100000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A85; }

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

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

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

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

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

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

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

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