Html Css Color HEX #985176 Cannon Pink

📋 copy color: '#985176'

red 152 ◦ green 81 ◦ blue 118

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

Shades of Cannon Pink #985176

Tints of Cannon Pink #985176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.62%

R = 43.3%
G = 23.08%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#985176 (or 0x985176) is known color: Cannon Pink. HEX triplet: 98, 51 and 76. RGB value is (152,81,118). Sum of RGB (Red+Green+Blue) = 152+81+118=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #985176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985176 is #67AE89. Grayscale: #6A6A6A. Windows color (decimal): -6794890 or 7754136. OLE color: 7754136.

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

Color convert

RGB 152 81 118 -
CMYK 0 0.47 0.22 0.40
HSL 328.73º 0.3% 0.46% -
HSV(B) 328.73º 0.47% 0.6% -
XYZ 19.16 13.87 18.81 -
YUV 106.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 152 81 118 0 0.47 0.22 0.40 328.73 0.3 0.46
Hex 98 51 76 0 2F 16 28 149 1E 2E
Octal 230 121 166 0 57 26 50 511 36 56
Binary 10011000 1010001 1110110 0 101111 10110 101000 101001001 11110 101110

Color Harmonies of #985176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985176

Black with #985176

Text Example


Text Example

White with #985176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985176; }

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

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

background-color css

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

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

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

border-color css

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

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

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