#C87D88

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

Shades of Charm #C87D88

Tints of Charm #C87D88

Color information

#C87D88 (or 0xC87D88) is unknown color: approx Charm. HEX triplet: C8, 7D and 88. RGB value is (200,125,136). Sum of RGB (Red+Green+Blue) = 200+125+136=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D88 is #378277. Grayscale: #949494. Windows color (decimal): -3637880 or 8945096. OLE color: 8945096.

HSL color Cylindrical-coordinate representation of color #C87D88: hue angle of 351.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87D88 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB200125136-
CMYK00.380.320.22
HSL351.2º40.54%63.73%-
HSV(B)351.2º37.5%78.43%-
XYZ35.628.7226.96-
YUV148.68120.85164.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=43.38%
G=27.11%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012513600.380.320.22351.240.5463.73
HexC87D88026201615f2940
Octal310175210046402653751100
Binary110010001111101100010000100110100000101101010111111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87D88; }

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

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

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

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

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

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

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

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