Html Css Color HEX #985170 Cannon Pink

📋 copy color: '#985170'

red 152 ◦ green 81 ◦ blue 112

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

Shades of Cannon Pink #985170

Tints of Cannon Pink #985170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 44.06%
G = 23.48%
B = 32.46%

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

#985170 (or 0x985170) is known color: Cannon Pink. HEX triplet: 98, 51 and 70. RGB value is (152,81,112). Sum of RGB (Red+Green+Blue) = 152+81+112=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #985170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985170 is #67AE8F. Grayscale: #696969. Windows color (decimal): -6794896 or 7360920. OLE color: 7360920.

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

Color convert

RGB 152 81 112 -
CMYK 0 0.47 0.26 0.40
HSL 333.8º 0.3% 0.46% -
HSV(B) 333.8º 0.47% 0.6% -
XYZ 18.82 13.73 16.99 -
YUV 105.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 152 81 112 0 0.47 0.26 0.40 333.8 0.3 0.46
Hex 98 51 70 0 2F 1A 28 14E 1E 2E
Octal 230 121 160 0 57 32 50 516 36 56
Binary 10011000 1010001 1110000 0 101111 11010 101000 101001110 11110 101110

Color Harmonies of #985170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985170

Black with #985170

Text Example


Text Example

White with #985170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985170; }

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

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

background-color css

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

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

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

border-color css

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

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

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