#C87982

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

Shades of Charm #C87982

Tints of Charm #C87982

Color information

#C87982 (or 0xC87982) is unknown color: approx Charm. HEX triplet: C8, 79 and 82. RGB value is (200,121,130). Sum of RGB (Red+Green+Blue) = 200+121+130=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C87982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87982 is #37867D. Grayscale: #919191. Windows color (decimal): -3638910 or 8550856. OLE color: 8550856.

HSL color Cylindrical-coordinate representation of color #C87982: hue angle of 353.16º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87982 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB200121130-
CMYK00.390.350.22
HSL353.16º41.8%62.94%-
HSV(B)353.16º39.5%78.43%-
XYZ34.6927.5724.61-
YUV145.65119.17166.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 130 (51.17% from 255) = 28.82%
R=44.35%
G=26.83%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012113000.390.350.22353.1641.862.94
HexC8798202723161612a3f
Octal31017120204743265415277
Binary11001000111100110000010010011110001110110101100001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87982; }

 p { color: rgb(200,121,130); }

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

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

 a { background-color: rgb(200,121,130); }

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

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

 span { border-color: rgb(200,121,130); }

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