#C87882

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

Shades of Charm #C87882

Tints of Charm #C87882

Color information

#C87882 (or 0xC87882) is unknown color: approx Charm. HEX triplet: C8, 78 and 82. RGB value is (200,120,130). Sum of RGB (Red+Green+Blue) = 200+120+130=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C87882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87882 is #37877D. Grayscale: #919191. Windows color (decimal): -3639166 or 8550600. OLE color: 8550600.

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

Color convert

RGB200120130-
CMYK00.40.350.22
HSL352.5º42.11%62.75%-
HSV(B)352.5º40%78.43%-
XYZ34.5727.3224.57-
YUV145.06119.5167.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=44.44%
G=26.67%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012013000.40.350.22352.542.1162.75
HexC8788202823161602a3f
Octal31017020205043265405277
Binary11001000111100010000010010100010001110110101100000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87882; }

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

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

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

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

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

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

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

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