#985273

Color #985273 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #985273

Tints of Cannon Pink #985273

Color information

#985273 (or 0x985273) is unknown color: approx 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

RGB15282115-
CMYK00.460.240.40
HSL331.71º29.91%45.88%-
HSV(B)331.71º46.05%59.61%-
XYZ19.0613.9517.91-
YUV106.69132.69160.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=43.55%
G=23.50%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528211500.460.240.40331.7129.9145.88
Hex98527302E182814c1e2e
Octal23012216305630505143656
Binary100110001010010111001101011101100010100010100110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>