#C87D90

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

Shades of Charm #C87D90

Tints of Charm #C87D90

Color information

#C87D90 (or 0xC87D90) is unknown color: approx Charm. HEX triplet: C8, 7D and 90. RGB value is (200,125,144). Sum of RGB (Red+Green+Blue) = 200+125+144=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D90 is #37826F. Grayscale: #959595. Windows color (decimal): -3637872 or 9469384. OLE color: 9469384.

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

Color convert

RGB200125144-
CMYK00.380.280.22
HSL344.8º40.54%63.73%-
HSV(B)344.8º37.5%78.43%-
XYZ36.1928.9630.07-
YUV149.59124.85163.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 125 (49.22% from 255) = 26.65%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=42.64%
G=26.65%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012514400.380.280.22344.840.5463.73
HexC87D900261C161592940
Octal310175220046342653151100
Binary11001000111110110010000010011011100101101010110011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87D90; }

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

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

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

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

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

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

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

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