#C87988

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

Shades of Charm #C87988

Tints of Charm #C87988

Color information

#C87988 (or 0xC87988) is unknown color: approx Charm. HEX triplet: C8, 79 and 88. RGB value is (200,121,136). Sum of RGB (Red+Green+Blue) = 200+121+136=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C87988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87988 is #378677. Grayscale: #929292. Windows color (decimal): -3638904 or 8944072. OLE color: 8944072.

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

Color convert

RGB200121136-
CMYK00.390.320.22
HSL348.61º41.8%62.94%-
HSV(B)348.61º39.5%78.43%-
XYZ35.127.7326.8-
YUV146.33122.17166.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.76%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 136 (53.52% from 255) = 29.76%
R=43.76%
G=26.48%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012113600.390.320.22348.6141.862.94
HexC87988027201615d2a3f
Octal31017121004740265355277
Binary11001000111100110001000010011110000010110101011101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87988; }

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

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

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

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

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

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

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

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