Html Css Color HEX #984D72 Cannon Pink

📋 copy color: '#984D72'

red 152 ◦ green 77 ◦ blue 114

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

Shades of Cannon Pink #984D72

Tints of Cannon Pink #984D72

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

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

R = 44.31%
G = 22.45%
B = 33.24%

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

#984D72 (or 0x984D72) is known color: Cannon Pink. HEX triplet: 98, 4D and 72. RGB value is (152,77,114). Sum of RGB (Red+Green+Blue) = 152+77+114=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #984D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D72 is #67B28D. Grayscale: #676767. Windows color (decimal): -6795918 or 7490968. OLE color: 7490968.

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

Color convert

RGB 152 77 114 -
CMYK 0 0.49 0.25 0.40
HSL 330.4º 0.33% 0.45% -
HSV(B) 330.4º 0.49% 0.6% -
XYZ 18.64 13.2 17.48 -
YUV 103.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 152 77 114 0 0.49 0.25 0.40 330.4 0.33 0.45
Hex 98 4D 72 0 31 19 28 14A 21 2D
Octal 230 115 162 0 61 31 50 512 41 55
Binary 10011000 1001101 1110010 0 110001 11001 101000 101001010 100001 101101

Color Harmonies of #984D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D72

Black with #984D72

Text Example


Text Example

White with #984D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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