#C87992

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

Shades of Charm #C87992

Tints of Charm #C87992

Color information

#C87992 (or 0xC87992) is unknown color: approx Charm. HEX triplet: C8, 79 and 92. RGB value is (200,121,146). Sum of RGB (Red+Green+Blue) = 200+121+146=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C87992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87992 is #37866D. Grayscale: #939393. Windows color (decimal): -3638894 or 9599432. OLE color: 9599432.

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

Color convert

RGB200121146-
CMYK00.390.270.22
HSL341.01º41.8%62.94%-
HSV(B)341.01º39.5%78.43%-
XYZ35.8528.0330.72-
YUV147.47127.17165.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=42.83%
G=25.91%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012114600.390.270.22341.0141.862.94
HexC879920271B161552a3f
Octal31017122204733265255277
Binary1100100011110011001001001001111101110110101010101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87992; }

 p { color: rgb(200,121,146); }

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

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

 a { background-color: rgb(200,121,146); }

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

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

 span { border-color: rgb(200,121,146); }

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