Html Css Color HEX #985171 Cannon Pink

📋 copy color: '#985171'

red 152 ◦ green 81 ◦ blue 113

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

Shades of Cannon Pink #985171

Tints of Cannon Pink #985171

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 43.93%
G = 23.41%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#985171 (or 0x985171) is known color: Cannon Pink. HEX triplet: 98, 51 and 71. RGB value is (152,81,113). Sum of RGB (Red+Green+Blue) = 152+81+113=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #985171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985171 is #67AE8E. Grayscale: #696969. Windows color (decimal): -6794895 or 7426456. OLE color: 7426456.

HSL color Cylindrical-coordinate representation of color #985171: hue angle of 332.96º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985171 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 81 113 -
CMYK 0 0.47 0.26 0.40
HSL 332.96º 0.3% 0.46% -
HSV(B) 332.96º 0.47% 0.6% -
XYZ 18.87 13.75 17.28 -
YUV 105.88 132.02 160.9 -
System Red Green Blue C M Y K H S L
Decimal 152 81 113 0 0.47 0.26 0.40 332.96 0.3 0.46
Hex 98 51 71 0 2F 1A 28 14D 1E 2E
Octal 230 121 161 0 57 32 50 515 36 56
Binary 10011000 1010001 1110001 0 101111 11010 101000 101001101 11110 101110

Color Harmonies of #985171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985171

Black with #985171

Text Example


Text Example

White with #985171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985171; }

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

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

background-color css

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

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

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

border-color css

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

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

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