Html Css Color HEX #984E71 Cannon Pink

📋 copy color: '#984E71'

red 152 ◦ green 78 ◦ blue 113

#984E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #984E71

Tints of Cannon Pink #984E71

RGB

 RED value IS 152 (59.77% from 255) = 44.31%

 GREEN value IS 78 (30.86% from 255) = 22.74%

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 44.31%
G = 22.74%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#984E71 (or 0x984E71) is known color: Cannon Pink. HEX triplet: 98, 4E and 71. RGB value is (152,78,113). Sum of RGB (Red+Green+Blue) = 152+78+113=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #984E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E71 is #67B18E. Grayscale: #686868. Windows color (decimal): -6795663 or 7425688. OLE color: 7425688.

HSL color Cylindrical-coordinate representation of color #984E71: hue angle of 331.62º 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 #984E71 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 78 113 -
CMYK 0 0.49 0.26 0.40
HSL 331.62º 0.32% 0.45% -
HSV(B) 331.62º 0.49% 0.6% -
XYZ 18.65 13.32 17.21 -
YUV 104.12 133.02 162.15 -
System Red Green Blue C M Y K H S L
Decimal 152 78 113 0 0.49 0.26 0.40 331.62 0.32 0.45
Hex 98 4E 71 0 31 1A 28 14C 20 2D
Octal 230 116 161 0 61 32 50 514 40 55
Binary 10011000 1001110 1110001 0 110001 11010 101000 101001100 100000 101101

Color Harmonies of #984E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984E71

Black with #984E71

Text Example


Text Example

White with #984E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #984E71;
 }
 .AnyTagClassName
 {
   color: #984E71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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