#985073

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

Shades of Cannon Pink #985073

Tints of Cannon Pink #985073

Color information

#985073 (or 0x985073) is unknown color: approx Cannon Pink. HEX triplet: 98, 50 and 73. RGB value is (152,80,115). Sum of RGB (Red+Green+Blue) = 152+80+115=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #985073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985073 is #67AF8C. Grayscale: #696969. Windows color (decimal): -6795149 or 7557272. OLE color: 7557272.

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

Color convert

RGB15280115-
CMYK00.470.240.40
HSL330.83º31.03%45.49%-
HSV(B)330.83º47.37%59.61%-
XYZ18.9113.6517.86-
YUV105.52133.35161.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=43.80%
G=23.05%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528011500.470.240.40330.8331.0345.49
Hex98507302F182814b1f2d
Octal23012016305730505133755
Binary100110001010000111001101011111100010100010100101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985073; }

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

 H1.HeaderClassName
 {
   color: #985073;
 }
 .AnyTagClassName
 {
   color: #985073;
 }
</style>
background-color css

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

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

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

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

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

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