#C87B94

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

Shades of Charm #C87B94

Tints of Charm #C87B94

Color information

#C87B94 (or 0xC87B94) is unknown color: approx Charm. HEX triplet: C8, 7B and 94. RGB value is (200,123,148). Sum of RGB (Red+Green+Blue) = 200+123+148=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87B94 is #37846B. Grayscale: #949494. Windows color (decimal): -3638380 or 9731016. OLE color: 9731016.

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

Color convert

RGB200123148-
CMYK00.380.260.22
HSL340.52º41.18%63.33%-
HSV(B)340.52º38.5%78.43%-
XYZ36.2528.5831.62-
YUV148.87127.51164.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=42.46%
G=26.11%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012314800.380.260.22340.5241.1863.33
HexC87B940261A16155293f
Octal31017322404632265255177
Binary1100100011110111001010001001101101010110101010101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87B94; }

 p { color: rgb(200,123,148); }

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

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

 a { background-color: rgb(200,123,148); }

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

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

 span { border-color: rgb(200,123,148); }

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