Html Css Color HEX #985175 Cannon Pink

📋 copy color: '#985175'

red 152 ◦ green 81 ◦ blue 117

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

Shades of Cannon Pink #985175

Tints of Cannon Pink #985175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.43%

R = 43.43%
G = 23.14%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#985175 (or 0x985175) is known color: Cannon Pink. HEX triplet: 98, 51 and 75. RGB value is (152,81,117). Sum of RGB (Red+Green+Blue) = 152+81+117=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #985175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985175 is #67AE8A. Grayscale: #6A6A6A. Windows color (decimal): -6794891 or 7688600. OLE color: 7688600.

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

Color convert

RGB 152 81 117 -
CMYK 0 0.47 0.23 0.40
HSL 329.58º 0.3% 0.46% -
HSV(B) 329.58º 0.47% 0.6% -
XYZ 19.1 13.84 18.5 -
YUV 106.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 152 81 117 0 0.47 0.23 0.40 329.58 0.3 0.46
Hex 98 51 75 0 2F 17 28 14A 1E 2E
Octal 230 121 165 0 57 27 50 512 36 56
Binary 10011000 1010001 1110101 0 101111 10111 101000 101001010 11110 101110

Color Harmonies of #985175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985175

Black with #985175

Text Example


Text Example

White with #985175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985175; }

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

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

background-color css

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

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

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

border-color css

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

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

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