Html Css Color HEX #984E72 Cannon Pink

📋 copy color: '#984E72'

red 152 ◦ green 78 ◦ blue 114

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

Shades of Cannon Pink #984E72

Tints of Cannon Pink #984E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 44.19%
G = 22.67%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#984E72 (or 0x984E72) is known color: Cannon Pink. HEX triplet: 98, 4E and 72. RGB value is (152,78,114). Sum of RGB (Red+Green+Blue) = 152+78+114=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #984E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E72 is #67B18D. Grayscale: #686868. Windows color (decimal): -6795662 or 7491224. OLE color: 7491224.

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

Color convert

RGB 152 78 114 -
CMYK 0 0.49 0.25 0.40
HSL 330.81º 0.32% 0.45% -
HSV(B) 330.81º 0.49% 0.6% -
XYZ 18.71 13.34 17.51 -
YUV 104.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 152 78 114 0 0.49 0.25 0.40 330.81 0.32 0.45
Hex 98 4E 72 0 31 19 28 14B 20 2D
Octal 230 116 162 0 61 31 50 513 40 55
Binary 10011000 1001110 1110010 0 110001 11001 101000 101001011 100000 101101

Color Harmonies of #984E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984E72

Black with #984E72

Text Example


Text Example

White with #984E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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