#C87D8B

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

Shades of Charm #C87D8B

Tints of Charm #C87D8B

Color information

#C87D8B (or 0xC87D8B) is unknown color: approx Charm. HEX triplet: C8, 7D and 8B. RGB value is (200,125,139). Sum of RGB (Red+Green+Blue) = 200+125+139=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D8B is #378274. Grayscale: #959595. Windows color (decimal): -3637877 or 9141704. OLE color: 9141704.

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

Color convert

RGB200125139-
CMYK00.380.300.22
HSL348.8º40.54%63.73%-
HSV(B)348.8º37.5%78.43%-
XYZ35.8128.8128.1-
YUV149.02122.35164.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 139 (54.69% from 255) = 29.96%
R=43.10%
G=26.94%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012513900.380.300.22348.840.5463.73
HexC87D8B0261E1615d2940
Octal310175213046362653551100
Binary11001000111110110001011010011011110101101010111011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87D8B; }

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

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

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

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

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

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

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

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