#C87A8A

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

Shades of Charm #C87A8A

Tints of Charm #C87A8A

Color information

#C87A8A (or 0xC87A8A) is unknown color: approx Charm. HEX triplet: C8, 7A and 8A. RGB value is (200,122,138). Sum of RGB (Red+Green+Blue) = 200+122+138=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87A8A is #378575. Grayscale: #939393. Windows color (decimal): -3638646 or 9075400. OLE color: 9075400.

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

Color convert

RGB200122138-
CMYK00.390.310.22
HSL347.69º41.49%63.14%-
HSV(B)347.69º39%78.43%-
XYZ35.3728.0327.59-
YUV147.15122.84165.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 138 (54.30% from 255) = 30%
R=43.48%
G=26.52%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012213800.390.310.22347.6941.4963.14
HexC87A8A0271F1615c293f
Octal31017221204737265345177
Binary1100100011110101000101001001111111110110101011100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A8A; }

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

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

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

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

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

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

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

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