#C87E80

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

Shades of Charm #C87E80

Tints of Charm #C87E80

Color information

#C87E80 (or 0xC87E80) is unknown color: approx Charm. HEX triplet: C8, 7E and 80. RGB value is (200,126,128). Sum of RGB (Red+Green+Blue) = 200+126+128=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87E80 is #37817F. Grayscale: #949494. Windows color (decimal): -3637632 or 8421064. OLE color: 8421064.

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

Color convert

RGB200126128-
CMYK00.370.360.22
HSL358.38º40.22%63.92%-
HSV(B)358.38º37%78.43%-
XYZ35.1828.7624.12-
YUV148.35116.52164.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=44.05%
G=27.75%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012612800.370.360.22358.3840.2263.92
HexC87E8002524161662840
Octal310176200045442654650100
Binary110010001111110100000000100101100100101101011001101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87E80; }

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

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

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

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

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

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

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

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