#C87A88

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

Shades of Charm #C87A88

Tints of Charm #C87A88

Color information

#C87A88 (or 0xC87A88) is unknown color: approx Charm. HEX triplet: C8, 7A and 88. RGB value is (200,122,136). Sum of RGB (Red+Green+Blue) = 200+122+136=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87A88 is #378577. Grayscale: #929292. Windows color (decimal): -3638648 or 8944328. OLE color: 8944328.

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

Color convert

RGB200122136-
CMYK00.390.320.22
HSL349.23º41.49%63.14%-
HSV(B)349.23º39%78.43%-
XYZ35.2227.9826.84-
YUV146.92121.84165.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 136 (53.52% from 255) = 29.69%
R=43.67%
G=26.64%
B=29.69%

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
Decimal20012213600.390.320.22349.2341.4963.14
HexC87A88027201615d293f
Octal31017221004740265355177
Binary11001000111101010001000010011110000010110101011101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A88; }

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

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

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

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

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

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

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

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