#C87780

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

Shades of Charm #C87780

Tints of Charm #C87780

Color information

#C87780 (or 0xC87780) is unknown color: approx Charm. HEX triplet: C8, 77 and 80. RGB value is (200,119,128). Sum of RGB (Red+Green+Blue) = 200+119+128=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C87780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87780 is #37887F. Grayscale: #909090. Windows color (decimal): -3639424 or 8419272. OLE color: 8419272.

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

Color convert

RGB200119128-
CMYK00.400.360.22
HSL353.33º42.41%62.55%-
HSV(B)353.33º40.5%78.43%-
XYZ34.3127.0323.83-
YUV144.24118.84167.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=44.74%
G=26.62%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011912800.400.360.22353.3342.4162.55
HexC8778002824161612a3f
Octal31016720005044265415277
Binary11001000111011110000000010100010010010110101100001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87780; }

 p { color: rgb(200,119,128); }

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

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

 a { background-color: rgb(200,119,128); }

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

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

 span { border-color: rgb(200,119,128); }

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