#C87884

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

Shades of Charm #C87884

Tints of Charm #C87884

Color information

#C87884 (or 0xC87884) is unknown color: approx Charm. HEX triplet: C8, 78 and 84. RGB value is (200,120,132). Sum of RGB (Red+Green+Blue) = 200+120+132=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C87884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87884 is #37877B. Grayscale: #919191. Windows color (decimal): -3639164 or 8681672. OLE color: 8681672.

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

Color convert

RGB200120132-
CMYK00.40.340.22
HSL351º42.11%62.75%-
HSV(B)351º40%78.43%-
XYZ34.727.3825.29-
YUV145.29120.5167.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=44.25%
G=26.55%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012013200.40.340.2235142.1162.75
HexC87884028221615f2a3f
Octal31017020405042265375277
Binary11001000111100010000100010100010001010110101011111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87884; }

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

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

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

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

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

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

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

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