#984E75

Color #984E75 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #984E75

Tints of Cannon Pink #984E75

Color information

#984E75 (or 0x984E75) is unknown color: approx Cannon Pink. HEX triplet: 98, 4E and 75. RGB value is (152,78,117). Sum of RGB (Red+Green+Blue) = 152+78+117=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #984E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E75 is #67B18A. Grayscale: #686868. Windows color (decimal): -6795659 or 7687832. OLE color: 7687832.

HSL color Cylindrical-coordinate representation of color #984E75: hue angle of 328.38º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984E75 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB15278117-
CMYK00.490.230.40
HSL328.38º32.17%45.1%-
HSV(B)328.38º48.68%59.61%-
XYZ18.8813.4118.42-
YUV104.57135.02161.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=43.80%
G=22.48%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527811700.490.230.40328.3832.1745.1
Hex984E750311728148202d
Octal23011616506127505104055
Binary1001100010011101110101011000110111101000101001000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984E75; }

 p { color: rgb(152,78,117); }

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

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

 a { background-color: rgb(152,78,117); }

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

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

 span { border-color: rgb(152,78,117); }

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