Html Css Color HEX #985273 Cannon Pink

📋 copy color: '#985273'

red 152 ◦ green 82 ◦ blue 115

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

Shades of Cannon Pink #985273

Tints of Cannon Pink #985273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 43.55%
G = 23.5%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#985273 (or 0x985273) is known color: Cannon Pink. HEX triplet: 98, 52 and 73. RGB value is (152,82,115). Sum of RGB (Red+Green+Blue) = 152+82+115=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #985273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985273 is #67AD8C. Grayscale: #6A6A6A. Windows color (decimal): -6794637 or 7557784. OLE color: 7557784.

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

Color convert

RGB 152 82 115 -
CMYK 0 0.46 0.24 0.40
HSL 331.71º 0.3% 0.46% -
HSV(B) 331.71º 0.46% 0.6% -
XYZ 19.06 13.95 17.91 -
YUV 106.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 152 82 115 0 0.46 0.24 0.40 331.71 0.3 0.46
Hex 98 52 73 0 2E 18 28 14C 1E 2E
Octal 230 122 163 0 56 30 50 514 36 56
Binary 10011000 1010010 1110011 0 101110 11000 101000 101001100 11110 101110

Color Harmonies of #985273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985273

Black with #985273

Text Example


Text Example

White with #985273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985273; }

 p { color: rgb(152,82,115); }

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

background-color css

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

 a { background-color: rgb(152,82,115); }

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

border-color css

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

 span { border-color: rgb(152,82,115); }

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