#97516F

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

Shades of Cannon Pink #97516F

Tints of Cannon Pink #97516F

Color information

#97516F (or 0x97516F) is unknown color: approx Cannon Pink. HEX triplet: 97, 51 and 6F. RGB value is (151,81,111). Sum of RGB (Red+Green+Blue) = 151+81+111=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #97516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97516F is #68AE90. Grayscale: #696969. Windows color (decimal): -6860433 or 7295383. OLE color: 7295383.

HSL color Cylindrical-coordinate representation of color #97516F: hue angle of 334.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97516F is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15181111-
CMYK00.460.260.41
HSL334.29º30.17%45.49%-
HSV(B)334.29º46.36%59.22%-
XYZ18.5713.6116.69-
YUV105.35131.19160.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.02%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=44.02%
G=23.62%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518111100.460.260.41334.2930.1745.49
Hex97516F02E1A2914e1e2d
Octal22712115705632515163655
Binary100101111010001110111101011101101010100110100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97516F; }

 p { color: rgb(151,81,111); }

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

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

 a { background-color: rgb(151,81,111); }

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

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

 span { border-color: rgb(151,81,111); }

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